Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2014-04-03 18:15:09 +0400
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-04-04 03:29:28 +0400
commit228af18a98321f3358a195a3eb213e81334508fb (patch)
treed23a5108cc3d12175c4650c20fc2cd8980b77d98 /libavformat
parentfb6c21fa8caa54e96869b2d3b64efb76d5f878bc (diff)
riff: Support FLIC FourCC
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/riff.c1
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') },