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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue Jul 10 17:38:16 BST 2007


Author: turam
Date: Tue Jul 10 17:38:12 2007
New Revision: 4078

Modified:
   vic/branches/mpeg4/video/grabber-win32DS.h

Log:
Scan for 20 devices instead of 4

Modified: vic/branches/mpeg4/video/grabber-win32DS.h
==============================================================================
--- vic/branches/mpeg4/video/grabber-win32DS.h	(original)
+++ vic/branches/mpeg4/video/grabber-win32DS.h	Tue Jul 10 17:38:12 2007
@@ -36,7 +36,7 @@
 
 #include "crossbar.h"
 
-#define NUM_DEVS 4   // max number of capture devices we'll support
+#define NUM_DEVS 20   // max number of capture devices we'll support
 //#define showErrorMessage(x)   ShowErrorMessage(x, __LINE__, __FILE__)
 
 //extern void ShowErrorMessage(HRESULT, int, char* );



More information about the Sumover-dev mailing list