diff options
author | Paul B Mahol <onemda@gmail.com> | 2014-04-03 16:15:09 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 01:29:28 +0200 |
commit | 228af18a98321f3358a195a3eb213e81334508fb (patch) | |
tree | d23a5108cc3d12175c4650c20fc2cd8980b77d98 /libavformat | |
parent | fb6c21fa8caa54e96869b2d3b64efb76d5f878bc (diff) | |
download | ffmpeg-228af18a98321f3358a195a3eb213e81334508fb.tar.gz |
riff: Support FLIC FourCC
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 b33c31e55d..04ef1bc86b 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -332,6 +332,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_ESCAPE130, MKTAG('E', '1', '3', '0') }, { AV_CODEC_ID_DXTORY, MKTAG('x', 't', 'o', 'r') }, { AV_CODEC_ID_ZEROCODEC, MKTAG('Z', 'E', 'C', 'O') }, + { AV_CODEC_ID_FLIC, MKTAG('A', 'F', 'L', 'C') }, { AV_CODEC_ID_MSS1, MKTAG('M', 'S', 'S', '1') }, { AV_CODEC_ID_MSA1, MKTAG('M', 'S', 'A', '1') }, { AV_CODEC_ID_TSCC2, MKTAG('T', 'S', 'C', '2') }, |