[xiph-commits] r3745 - liboggz/trunk/src/tools/oggz-chop

conrad at svn.annodex.net conrad at svn.annodex.net
Tue Oct 28 00:45:09 PDT 2008


Author: conrad
Date: 2008-10-28 00:45:08 -0700 (Tue, 28 Oct 2008)
New Revision: 3745

Modified:
   liboggz/trunk/src/tools/oggz-chop/oggz-chop.c
Log:
add Dirac to the MIME types list that can be written into fisbone by oggz-chop


Modified: liboggz/trunk/src/tools/oggz-chop/oggz-chop.c
===================================================================
--- liboggz/trunk/src/tools/oggz-chop/oggz-chop.c	2008-10-28 06:52:10 UTC (rev 3744)
+++ liboggz/trunk/src/tools/oggz-chop/oggz-chop.c	2008-10-28 07:45:08 UTC (rev 3745)
@@ -311,6 +311,8 @@
   return ret;
 }
 
+/* MIME types, for use in Skeleton. This must be in the same order as
+ * enum OggzStreamContent defined in <oggz/oggz_constants.h> */
 const char * type_names[] = {
   "video/theora",
   "audio/vorbis",
@@ -324,6 +326,7 @@
   NULL, /* AnxData */
   "audio/celt",
   "application/x-kate",
+  "video/dirac",
   NULL /* UNKNOWN */
 };
 



More information about the commits mailing list