summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index a9197e76a3..3eec611b1e 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -375,6 +375,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_HQ_HQA, MKTAG('C', 'U', 'V', 'C') },
{ AV_CODEC_ID_RV40, MKTAG('R', 'V', '4', '0') },
{ AV_CODEC_ID_SCREENPRESSO, MKTAG('S', 'P', 'V', '1') },
+ { AV_CODEC_ID_RSCC, MKTAG('R', 'S', 'C', 'C') },
+ { AV_CODEC_ID_RSCC, MKTAG('I', 'S', 'C', 'C') },
{ AV_CODEC_ID_NONE, 0 }
};