summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-05-22 15:18:30 +0200
committerPaul B Mahol <onemda@gmail.com>2016-05-31 22:37:09 +0200
commit77f9c4b7aa9eb793b3019025e177245896821816 (patch)
treec63c576ce7bdfcbe4e0fbc68072b2d34fb534f21 /libavformat/riff.c
parentd0388bd32e1c84a9ef87ba6c448c7fffb6a9f259 (diff)
avocdec: add MagicYUV decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 6280e907a6..5311b54132 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -421,6 +421,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_CFHD, MKTAG('C', 'F', 'H', 'D') },
{ AV_CODEC_ID_M101, MKTAG('M', '1', '0', '1') },
{ AV_CODEC_ID_M101, MKTAG('M', '1', '0', '2') },
+ { AV_CODEC_ID_MAGICYUV, MKTAG('M', 'A', 'G', 'Y') },
{ AV_CODEC_ID_NONE, 0 }
};