[xiph-commits] r15821 - branches/theora-thusnelda/examples

giles at svn.xiph.org giles at svn.xiph.org
Sat Mar 21 02:48:58 PDT 2009


Author: giles
Date: 2009-03-21 02:48:58 -0700 (Sat, 21 Mar 2009)
New Revision: 15821

Modified:
   branches/theora-thusnelda/examples/dump_video.c
Log:
Remove some obsolete vorbis references from the dump_video example.

Modified: branches/theora-thusnelda/examples/dump_video.c
===================================================================
--- branches/theora-thusnelda/examples/dump_video.c	2009-03-21 09:48:54 UTC (rev 15820)
+++ branches/theora-thusnelda/examples/dump_video.c	2009-03-21 09:48:58 UTC (rev 15821)
@@ -240,17 +240,13 @@
   /* start up Ogg stream synchronization layer */
   ogg_sync_init(&oy);
 
-  /* init supporting Vorbis structures needed in header parsing */
-  /*vorbis_info_init(&vi);*/
-  /*vorbis_comment_init(&vc);*/
-
   /* init supporting Theora structures needed in header parsing */
   theora_comment_init(&tc);
   theora_info_init(&ti);
 
   /* Ogg file open; parse the headers */
 
-  /* Vorbis and Theora both depend on some initial header packets
+  /* Theora (like Vorbis) depends on some initial header packets
      for decoder setup and initialization. We retrieve these first
      before entering the main decode loop. */
 



More information about the commits mailing list