diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-09-03 19:18:49 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-09-03 19:18:49 +0000 |
commit | 5180b027cc1cd4431bf870f36b2cd25391139524 (patch) | |
tree | 47b0e781bb8bf7e289541c9d9e80fdc02bb4cec3 | |
parent | 2f980d2a839f75a3bd5cf5704a4446bc1bf53dbc (diff) | |
download | ffmpeg-5180b027cc1cd4431bf870f36b2cd25391139524.tar.gz |
cosmetics, move up mpeg1video mp4 objecttype
Originally committed as revision 15187 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/isom.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |