[xiph-commits] r3669 - liboggz/trunk/src/tools

giles at svn.annodex.net giles at svn.annodex.net
Thu Jul 31 08:18:07 PDT 2008


Author: giles
Date: 2008-07-31 08:18:07 -0700 (Thu, 31 Jul 2008)
New Revision: 3669

Modified:
   liboggz/trunk/src/tools/oggz_tools.c
Log:
I believe the comments in the info function vector are magic strings.


Modified: liboggz/trunk/src/tools/oggz_tools.c
===================================================================
--- liboggz/trunk/src/tools/oggz_tools.c	2008-07-31 15:09:53 UTC (rev 3668)
+++ liboggz/trunk/src/tools/oggz_tools.c	2008-07-31 15:18:07 UTC (rev 3669)
@@ -331,7 +331,7 @@
 }
 
 static const OTCodecInfoFunc codec_ident[] = {
-  ot_theora_info, 
+  ot_theora_info,
   ot_vorbis_info,
   ot_speex_info,
   ot_oggpcm2_info,
@@ -343,8 +343,8 @@
   NULL,             /* ANXDATA */
   ot_celt_info,     /* CELT */
   ot_kate_info,     /* KATE */
-  ot_dirac_info,    /* DIRAC */
-  NULL              /* UNKOWN */
+  ot_dirac_info,    /* BBCD */
+  NULL              /* UNKNOWN */
 };
 
 const char *



More information about the commits mailing list