diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2014-04-03 12:56:33 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 01:29:23 +0200 |
commit | ade32b4a84000b4f0833f5bfaede5595e01bcc8f (patch) | |
tree | 0631b63f02c8838a5bcc0732bf6eb50ce3e92cdc /libavformat/riff.c | |
parent | 684e43c5e3fd6c838ee654e257f703f379935701 (diff) | |
download | ffmpeg-ade32b4a84000b4f0833f5bfaede5595e01bcc8f.tar.gz |
riff: add "SM4V" FourCC
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 83fa4be130..a60d750c0f 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -102,6 +102,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_MPEG4, MKTAG('G', 'E', 'O', 'V') }, /* Samsung SHR-6040 */ { AV_CODEC_ID_MPEG4, MKTAG('S', 'I', 'P', 'P') }, + { AV_CODEC_ID_MPEG4, MKTAG('S', 'M', '4', 'V') }, { AV_CODEC_ID_MPEG4, MKTAG('X', 'V', 'I', 'X') }, { AV_CODEC_ID_MPEG4, MKTAG('D', 'r', 'e', 'X') }, { AV_CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') }, |