summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-11-23 13:46:55 +0100
committerPaul B Mahol <onemda@gmail.com>2019-11-27 23:53:43 +0100
commit61dc7add30208a2ce24e0d1d14524e80832ba1b1 (patch)
tree1661bc8a076fc23843b8a80c900db7526a2258fb /libavformat/riff.c
parentafee801276d5aea66057aa9d4d37a13cf7ae7372 (diff)
avcodec: add mvdv 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 048a79e394..25ccedc8ce 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -489,6 +489,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '7') },
{ AV_CODEC_ID_LSCR, MKTAG('L', 'S', 'C', 'R') },
{ AV_CODEC_ID_IMM5, MKTAG('I', 'M', 'M', '5') },
+ { AV_CODEC_ID_MVDV, MKTAG('M', 'V', 'D', 'V') },
{ AV_CODEC_ID_NONE, 0 }
};