diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2012-07-17 15:34:26 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-17 16:56:51 +0200 |
commit | b688c7b7f9885ad3bc123cbdb38dd87ff23f5e2a (patch) | |
tree | 5e6654104a893e0e2954ef337b7a16bc90936718 /libavformat | |
parent | 6d4e0d1b7e5ef6b24be477df2e02e5f4766a7e54 (diff) | |
download | ffmpeg-b688c7b7f9885ad3bc123cbdb38dd87ff23f5e2a.tar.gz |
riff: add "SM4V" FourCC
Reviewed-by: compn <tempn@twmi.rr.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-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 4f21d2c664..1492bb3217 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -87,6 +87,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_MPEG4, MKTAG('U', 'L', 'D', 'X') }, { CODEC_ID_MPEG4, MKTAG('G', 'E', 'O', 'V') }, { CODEC_ID_MPEG4, MKTAG('S', 'I', 'P', 'P') }, /* Samsung SHR-6040 */ + { CODEC_ID_MPEG4, MKTAG('S', 'M', '4', 'V') }, { CODEC_ID_MPEG4, MKTAG('X', 'V', 'I', 'X') }, { CODEC_ID_MPEG4, MKTAG('D', 'r', 'e', 'X') }, { CODEC_ID_MPEG4, MKTAG('Q', 'M', 'P', '4') }, /* QNAP Systems */ |