[Sumover-dev] [svn commit] r3993 - vic/branches/mpeg4/render

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed May 2 14:30:40 BST 2007


Author: piers
Date: Wed May  2 14:30:13 2007
New Revision: 3993

Modified:
   vic/branches/mpeg4/render/renderer-window.cpp

Log:
Additional comments on swscale library

Modified: vic/branches/mpeg4/render/renderer-window.cpp
==============================================================================
--- vic/branches/mpeg4/render/renderer-window.cpp	(original)
+++ vic/branches/mpeg4/render/renderer-window.cpp	Wed May  2 14:30:13 2007
@@ -128,6 +128,8 @@
         }            
 	
 #ifdef HAVE_SWSCALE
+		// swscaler render called - alothough args are zero it uses the global variables
+		// Should probably alter this so that global variables are passed in the args for clarity
 	window_->render(image_, 0, 0 , 0, 0);
 #else
 	if (scale_ >= 0) {



More information about the Sumover-dev mailing list