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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Feb 12 01:36:27 GMT 2009


Author: soohyunc
Date: Thu Feb 12 01:36:26 2009
New Revision: 4386

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

Log:
debug_msg{} was macro'ed with "#ifdef DEBUG" statement.


Modified: vic/branches/mpeg4/video/grabber-still.cpp
==============================================================================
--- vic/branches/mpeg4/video/grabber-still.cpp	(original)
+++ vic/branches/mpeg4/video/grabber-still.cpp	Thu Feb 12 01:36:26 2009
@@ -122,7 +122,9 @@
 
 int StillDevice::command(int argc, const char*const* argv)
 {
-    debug_msg("iStillDevice %s\n", argv[2]);
+#ifdef DEBUG
+    debug_msg("StillDevice %s\n", argv[2]);
+#endif
     if (argc == 3)
     {
 	if (strcmp(argv[1], "open") == 0)



More information about the Sumover-dev mailing list