[xiph-commits] r16421 - trunk/theora/examples

gmaxwell at svn.xiph.org gmaxwell at svn.xiph.org
Wed Aug 5 10:28:35 PDT 2009


Author: gmaxwell
Date: 2009-08-05 10:28:35 -0700 (Wed, 05 Aug 2009)
New Revision: 16421

Modified:
   trunk/theora/examples/encoder_example.c
Log:
Comment correctness

Modified: trunk/theora/examples/encoder_example.c
===================================================================
--- trunk/theora/examples/encoder_example.c	2009-08-05 17:22:46 UTC (rev 16420)
+++ trunk/theora/examples/encoder_example.c	2009-08-05 17:28:35 UTC (rev 16421)
@@ -1115,10 +1115,8 @@
   }
   /*We submit the buffer to the library as if it were padded, but we do not
      actually allocate space for the padding.
-    This is okay, because the library will never read data from the padded
-     region.
-    This is only currently true of the 1.1 encoder; do NOT do this
-     with the 1.0 encoder.*/
+    This is okay, because with the 1.0 API the library will never read data from the padded
+     region.*/
   ycbcr[0].width=frame_w;
   ycbcr[0].height=frame_h;
   ycbcr[0].stride=pic_w;



More information about the commits mailing list