From 5180b027cc1cd4431bf870f36b2cd25391139524 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Wed, 3 Sep 2008 19:18:49 +0000 Subject: [PATCH] cosmetics, move up mpeg1video mp4 objecttype Originally committed as revision 15187 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/isom.c b/libavformat/isom.c index 58e947a2c2..20cad556cc 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -40,10 +40,10 @@ const AVCodecTag ff_mp4_obj_type[] = { { CODEC_ID_AAC , 0x66 }, /* MPEG2 AAC Main */ { CODEC_ID_AAC , 0x67 }, /* MPEG2 AAC Low */ { CODEC_ID_AAC , 0x68 }, /* MPEG2 AAC SSR */ + { CODEC_ID_MPEG1VIDEO, 0x6A }, /* 11172-2 */ { CODEC_ID_MP3 , 0x6B }, /* 11172-3 */ { CODEC_ID_MP2 , 0x6B }, /* 11172-3 */ { CODEC_ID_MP3 , 0x69 }, /* 13818-3 */ - { CODEC_ID_MPEG1VIDEO, 0x6A }, /* 11172-2 */ { CODEC_ID_MJPEG , 0x6C }, /* 10918-1 */ { CODEC_ID_PNG , 0x6D }, { CODEC_ID_JPEG2000 , 0x6E }, /* 15444-1 */