projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add MagicYUV decoder
[ffmpeg.git]
/
libavformat
/
riff.c
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
2cbe038
..
b1b51e2
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-365,6
+365,7
@@
const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_SCREENPRESSO, MKTAG('S', 'P', 'V', '1') },
{ AV_CODEC_ID_RSCC, MKTAG('R', 'S', 'C', 'C') },
{ AV_CODEC_ID_RSCC, MKTAG('I', 'S', 'C', 'C') },
+ { AV_CODEC_ID_MAGICYUV, MKTAG('M', 'A', 'G', 'Y') },
{ AV_CODEC_ID_NONE, 0 }
};