diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-08-03 19:43:20 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-08-21 11:52:06 +0200 |
commit | 42a99b76de9869382059c3b53d2671c85a575972 (patch) | |
tree | 7f1ae89e7f5e085005375dec4d6483c94410101c /libavformat | |
parent | dcef44f13625551506e876a7bf10fab2ffd35a50 (diff) | |
download | ffmpeg-42a99b76de9869382059c3b53d2671c85a575972.tar.gz |
avcodec: add IMM4 decoder
This work is sponsored by VideoLAN.
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 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 } }; |