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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Oct 15 17:39:03 BST 2009


Author: piers
Date: Thu Oct 15 17:39:02 2009
New Revision: 4517

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

Log:
Removed old commented code


Modified: vic/branches/mpeg4/video/grabber-file.cpp
==============================================================================
--- vic/branches/mpeg4/video/grabber-file.cpp	(original)
+++ vic/branches/mpeg4/video/grabber-file.cpp	Thu Oct 15 17:39:02 2009
@@ -244,7 +244,6 @@
 	// which = framesize_ + framesize_/2
 	memcpy (frame_, file_device.frame_ + num_frame_, 
 			framesize_ + (framesize_ >> 1));
-	//memset(frame_+framesize_+framesize_/4,128,framesize_/4);
 
 	if ((num_frame_ += framesize_ + (framesize_ >> 1)) 
 			< file_device.len_) {



More information about the Sumover-dev mailing list