[Sumover-dev] [svn commit] r4438 - vic/branches/mpeg4/video

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu May 7 13:20:48 BST 2009


Author: douglask
Date: Thu May  7 13:20:45 2009
New Revision: 4438

Modified:
   vic/branches/mpeg4/video/grabber-win32.cpp

Log:
Increase the max number of allowed VfW devices to 12.

I was helping a user today with a Osprey 440 four-channel capture card, but 
could only see 3 of the 4 capture sources listed.


Modified: vic/branches/mpeg4/video/grabber-win32.cpp
==============================================================================
--- vic/branches/mpeg4/video/grabber-win32.cpp	(original)
+++ vic/branches/mpeg4/video/grabber-win32.cpp	Thu May  7 13:20:45 2009
@@ -409,7 +409,7 @@
 	VfwGrabber *grabber_;
 };
 
-#define NUM_DEVS 4
+#define NUM_DEVS 12
 
 class VfwScanner {
  public:



More information about the Sumover-dev mailing list