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

msmith at svn.xiph.org msmith at svn.xiph.org
Fri Jul 29 09:08:41 PDT 2005


Author: msmith
Date: 2005-07-29 09:08:39 -0700 (Fri, 29 Jul 2005)
New Revision: 9645

Modified:
   trunk/theora/examples/dump_video.c
Log:
Someone's being picky...



Modified: trunk/theora/examples/dump_video.c
===================================================================
--- trunk/theora/examples/dump_video.c	2005-07-29 16:03:28 UTC (rev 9644)
+++ trunk/theora/examples/dump_video.c	2005-07-29 16:08:39 UTC (rev 9645)
@@ -50,7 +50,7 @@
 const char *optstring = "or:";
 struct option options [] = {
   {"output",required_argument,NULL,'o'},
-  {"raw",required_argument, NULL, 'r'}, /* Output YUV4MPEG2, for encoder_example input */
+  {"raw",required_argument, NULL, 'r'}, /* Disable YUV4MPEG2 headers if set */
   {NULL,0,NULL,0}
 };
 



More information about the commits mailing list