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

giles at svn.xiph.org giles at svn.xiph.org
Fri Oct 8 09:39:54 PDT 2010


Author: giles
Date: 2010-10-08 09:39:54 -0700 (Fri, 08 Oct 2010)
New Revision: 17494

Modified:
   trunk/theora/examples/encoder_example.c
Log:
Fix a comment typo.


Modified: trunk/theora/examples/encoder_example.c
===================================================================
--- trunk/theora/examples/encoder_example.c	2010-10-07 17:56:52 UTC (rev 17493)
+++ trunk/theora/examples/encoder_example.c	2010-10-08 16:39:54 UTC (rev 17494)
@@ -1501,7 +1501,7 @@
 
   /* Set up Ogg output stream */
   srand(time(NULL));
-  ogg_stream_init(&to,rand()); /* oops, add one ot the above */
+  ogg_stream_init(&to,rand()); /* oops, add one to the above */
 
   /* initialize Vorbis assuming we have audio to compress. */
   if(audio && twopass!=1){



More information about the commits mailing list