summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-08-25 18:51:37 +0200
committerPaul B Mahol <onemda@gmail.com>2018-08-27 22:06:19 +0200
commitad2ac1e7dd9053bf07225f7e9be29c7d2cbdeaf1 (patch)
tree2bd56f9a2d25f2a0f1bb50992f510508c2a033a1 /libavformat/riff.c
parentf7d749e95b932549ae1f30e5e6e821643d247bf1 (diff)
avcodec: add WinCAM Motion Video decoder
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 aef3c047ac..5f1aafe514 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -473,6 +473,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ 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_WCMV, MKTAG('W', 'C', 'M', 'V') },
{ AV_CODEC_ID_NONE, 0 }
};