diff options
author | Ben Littler <tempn@twmi.rr.com> | 2009-03-11 01:36:25 +0000 |
---|---|---|
committer | Ben Littler <tempn@twmi.rr.com> | 2009-03-11 01:36:25 +0000 |
commit | 3596f4e076f48905b360e6b6635165de759758b6 (patch) | |
tree | 44a06a09451d5131949a026168e8cf19aa649169 | |
parent | 8358c03479ae4a9bd77f7650e222fcc2580c1d7b (diff) | |
download | ffmpeg-3596f4e076f48905b360e6b6635165de759758b6.tar.gz |
sn40 avi fourcc decodes with ffodivx
Originally committed as revision 17928 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 594eb63202..f4606d4eec 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -74,6 +74,7 @@ const AVCodecTag codec_bmp_tags[] = { { CODEC_ID_MPEG4, MKTAG('E', 'P', 'H', 'V') }, /* Ephv MPEG-4 */ { CODEC_ID_MPEG4, MKTAG('E', 'M', '4', 'A') }, { CODEC_ID_MPEG4, MKTAG('M', '4', 'C', 'C') }, /* Divio MPEG-4 */ + { CODEC_ID_MPEG4, MKTAG('S', 'N', '4', '0') }, { 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') }, |