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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri Jun 15 11:02:27 BST 2007


Author: piers
Date: Fri Jun 15 11:02:26 2007
New Revision: 4070

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

Log:
Commented out the missed parts of a commented out debug_msg message call. So it compiles now ;)

Modified: vic/branches/mpeg4/video/grabber-win32DS.cpp
==============================================================================
--- vic/branches/mpeg4/video/grabber-win32DS.cpp	(original)
+++ vic/branches/mpeg4/video/grabber-win32DS.cpp	Fri Jun 15 11:02:26 2007
@@ -532,9 +532,9 @@
 
    
    //debug_msg("DirectShowGrabber::grab: thread=%x w=%d h=%d bw=%d bh=%d frame_=%p fsize_=%d in=%dx%d out=%dx%d\n",
-             GetCurrentThreadId(),
-             width_, height_, basewidth_, baseheight_, frame_, framesize_,
-             inw_, inh_, outw_, outh_);
+   //          GetCurrentThreadId(),
+   //          width_, height_, basewidth_, baseheight_, frame_, framesize_,
+   //          inw_, inh_, outw_, outh_);
   
    WaitForSingleObject(cb_mutex_, INFINITE);
 



More information about the Sumover-dev mailing list