From 2b4162f0aee229b303e93948a7f4752efeec4211 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sat, 24 Mar 2007 15:16:03 +0000 Subject: [PATCH] add some codec object type ids Originally committed as revision 8495 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/isom.c b/libavformat/isom.c index 799cefe7db..00651951e0 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -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 },