comment vorbis objectype id

Originally committed as revision 11612 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 17 years ago
parent 4f8dc3b7f1
commit 067db6a58a
  1. 2
      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 },
};

Loading…
Cancel
Save