diff options
author | Ben Littler <tempn@twmi.rr.com> | 2009-01-23 12:17:40 +0000 |
---|---|---|
committer | Ben Littler <tempn@twmi.rr.com> | 2009-01-23 12:17:40 +0000 |
commit | 76af2edc44160dea6459052f73e1b1125bad6dbc (patch) | |
tree | 97c7efe5c900d35d6e4bf1454ca40531515efbe6 /libavformat/riff.c | |
parent | cf92cec7d8899ef887869628c66da30737ee54af (diff) | |
download | ffmpeg-76af2edc44160dea6459052f73e1b1125bad6dbc.tar.gz |
add EM4A fourcc , works for:
http://av.watch.impress.co.jp/docs/20040929/xf.asf
Originally committed as revision 16729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index b9969f7e20..ef367bfd81 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -72,6 +72,7 @@ const AVCodecTag codec_bmp_tags[] = { { CODEC_ID_MPEG4, MKTAG('D', 'I', 'G', 'I') }, { CODEC_ID_MPEG4, MKTAG('I', 'N', 'M', 'C') }, { CODEC_ID_MPEG4, MKTAG('E', 'P', 'H', 'V') }, /* Ephv MPEG-4 */ + { CODEC_ID_MPEG4, MKTAG('E', 'M', '4', 'A') }, { CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') }, /* default signature when using MSMPEG4 */ { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') }, { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', 'G', '3') }, |