diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2012-11-10 02:11:49 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 01:29:21 +0200 |
commit | a52a1bc91274289d4edaf7f40b2d0c00151e1ef7 (patch) | |
tree | 186d3d0a13d1263d1a465ad71edfc6f85f39196a /libavformat/riff.c | |
parent | 235bf1dab5315af84086eddbc92e8d2eb49e51f0 (diff) | |
download | ffmpeg-a52a1bc91274289d4edaf7f40b2d0c00151e1ef7.tar.gz |
riff: add SMV2 FourCC for H264
Sample-Id: smv2.avi
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 7dc8a5f0a3..6be00f30e1 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -33,6 +33,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_H264, MKTAG('x', '2', '6', '4') }, { AV_CODEC_ID_H264, MKTAG('a', 'v', 'c', '1') }, { AV_CODEC_ID_H264, MKTAG('D', 'A', 'V', 'C') }, + { AV_CODEC_ID_H264, MKTAG('S', 'M', 'V', '2') }, { AV_CODEC_ID_H264, MKTAG('V', 'S', 'S', 'H') }, { AV_CODEC_ID_H263, MKTAG('H', '2', '6', '3') }, { AV_CODEC_ID_H263, MKTAG('X', '2', '6', '3') }, |