summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-02-18 19:33:33 +0100
committerPaul B Mahol <onemda@gmail.com>2020-04-10 12:22:09 +0200
commit481ebb1c8b3368e2a1bb9e33bd10b50a8818dbf7 (patch)
tree8784d8dc13c6280dde555dea9c4dcbe4ee2f320d /libavformat/riff.c
parentdf08db07110dc00f7dc0ca8bc5162fffcb9008c7 (diff)
avcodec: add MV30 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 d3719c29c2..bf6a8f47f8 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -492,6 +492,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_IMM5, MKTAG('I', 'M', 'M', '5') },
{ AV_CODEC_ID_MVDV, MKTAG('M', 'V', 'D', 'V') },
{ AV_CODEC_ID_MVHA, MKTAG('M', 'V', 'H', 'A') },
+ { AV_CODEC_ID_MV30, MKTAG('M', 'V', '3', '0') },
{ AV_CODEC_ID_NONE, 0 }
};