[FFmpeg-cvslog] r11612 - trunk/libavformat/isom.c

bcoudurier subversion
Sat Jan 26 03:24:36 CET 2008


Author: bcoudurier
Date: Sat Jan 26 03:24:35 2008
New Revision: 11612

Log:
comment vorbis objectype id

Modified:
   trunk/libavformat/isom.c

Modified: trunk/libavformat/isom.c
==============================================================================
--- trunk/libavformat/isom.c	(original)
+++ trunk/libavformat/isom.c	Sat Jan 26 03:24:35 2008
@@ -46,7 +46,7 @@ const AVCodecTag ff_mp4_obj_type[] = {
     { CODEC_ID_PNG       , 109 },
     { CODEC_ID_JPEG2000  , 110 }, /* 15444-1 */
     { CODEC_ID_VC1       , 163 },
-    { CODEC_ID_VORBIS    , 221 },
+    { CODEC_ID_VORBIS    , 221 }, /* non standard, gpac uses it */
     { CODEC_ID_QCELP     , 225 },
     { 0, 0 },
 };




More information about the ffmpeg-cvslog mailing list