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

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


Author: piers
Date: Wed May  2 14:23:52 2007
New Revision: 3992

Modified:
   vic/branches/mpeg4/render/color-swscale.cpp

Log:
Added additional comment line on swscale library's accelerated colourspace conversion

Modified: vic/branches/mpeg4/render/color-swscale.cpp
==============================================================================
--- vic/branches/mpeg4/render/color-swscale.cpp	(original)
+++ vic/branches/mpeg4/render/color-swscale.cpp	Wed May  2 14:23:52 2007
@@ -12,7 +12,7 @@
 
 int available_cpu_flags = cpu_check();
 
-#ifdef HAVE_SWSCALE 
+#ifdef HAVE_SWSCALE
 
 class X11WindowRenderer : public WindowDitherer {
 public:
@@ -84,6 +84,7 @@
 
 	      if(!outw_ || !outh_ || !width_ || !height_) return;
 
+		  // Accelerated Colour conversion routines
 	      sws_context = sws_getContext(width_, height_, PIX_FMT_YUV420P,
 	             outw_, outh_, out_format, flags, NULL, NULL, NULL); 	   
 	      // printf("X11WindowRenderer: %dx%d ==> %dx%d\n", width_, height_, outw_, outh_);



More information about the Sumover-dev mailing list