]> git.sesse.net Git - ffmpeg/commitdiff
comment vorbis objectype id
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sat, 26 Jan 2008 02:24:35 +0000 (02:24 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sat, 26 Jan 2008 02:24:35 +0000 (02:24 +0000)
Originally committed as revision 11612 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/isom.c

index 07f00bbefe8ef5b9e842b3a452cf6c0a8b268732..9df273cf6e77088ee54b5908e0c3567ad9ab1b2c 100644 (file)
@@ -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 },
 };