Browse Source

add some codec object type ids

Originally committed as revision 8495 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 19 years ago
parent
commit
2b4162f0ae
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavformat/isom.c

+ 3
- 0
libavformat/isom.c View File

@@ -43,6 +43,9 @@ const AVCodecTag ff_mov_obj_type[] = {
{ CODEC_ID_MPEG1VIDEO, 106 }, /* 11172-2 */
{ CODEC_ID_MP3 , 107 }, /* 11172-3 */
{ CODEC_ID_MJPEG , 108 }, /* 10918-1 */
{ CODEC_ID_PNG , 109 },
{ CODEC_ID_JPEG2000 , 110 }, /* 15444-1 */
{ CODEC_ID_VC1 , 163 },
{ CODEC_ID_PCM_S16LE , 224 },
{ CODEC_ID_VORBIS , 221 },
{ CODEC_ID_QCELP , 225 },


Loading…
Cancel
Save