Commit 79c350e6 authored by bcoudurier's avatar bcoudurier

add some codec object type ids

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8495 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a522064a
......@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment