summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-08-24 17:01:00 +0200
committerPaul B Mahol <onemda@gmail.com>2018-08-27 22:06:19 +0200
commitf7d749e95b932549ae1f30e5e6e821643d247bf1 (patch)
tree830825648d33730d2c187897ec620b70cc17367f /libavformat/riff.c
parent38ec5b4aa473a3c7d312621ab692a30d97063b92 (diff)
downloadffmpeg-f7d749e95b932549ae1f30e5e6e821643d247bf1.tar.gz
avcodec: add MatchWare Screen Capture Codec
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 cf27d0dfd5..aef3c047ac 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -472,6 +472,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_SRGC, MKTAG('S', 'R', 'G', 'C') },
{ AV_CODEC_ID_IMM4, MKTAG('I', 'M', 'M', '4') },
{ AV_CODEC_ID_PROSUMER, MKTAG('B', 'T', '2', '0') },
+ { AV_CODEC_ID_MWSC, MKTAG('M', 'W', 'S', 'C') },
{ AV_CODEC_ID_NONE, 0 }
};