summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-08-03 19:43:20 +0200
committerPaul B Mahol <onemda@gmail.com>2018-08-21 11:52:06 +0200
commit42a99b76de9869382059c3b53d2671c85a575972 (patch)
tree7f1ae89e7f5e085005375dec4d6483c94410101c /libavformat/riff.c
parentdcef44f13625551506e876a7bf10fab2ffd35a50 (diff)
avcodec: add IMM4 decoder
This work is sponsored by VideoLAN.
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 111e408912..3e14644c46 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -470,6 +470,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_AV1, MKTAG('A', 'V', '0', '1') },
{ AV_CODEC_ID_MSCC, MKTAG('M', 'S', 'C', 'C') },
{ AV_CODEC_ID_SRGC, MKTAG('S', 'R', 'G', 'C') },
+ { AV_CODEC_ID_IMM4, MKTAG('I', 'M', 'M', '4') },
{ AV_CODEC_ID_NONE, 0 }
};