From: Baptiste Coudurier Date: Sat, 26 Jan 2008 02:24:35 +0000 (+0000) Subject: comment vorbis objectype id X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=067db6a58a7441b448e9132f0e8d1a02dc7a2b1a;p=ffmpeg comment vorbis objectype id Originally committed as revision 11612 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/isom.c b/libavformat/isom.c index 07f00bbefe8..9df273cf6e7 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -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 }, };