projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MS ATC Screen (aka MSS3) decoder
[libav.git]
/
libavformat
/
riff.c
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
efab704
..
0aef2d7
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-285,6
+285,7
@@
const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_DXTORY, MKTAG('x', 't', 'o', 'r') },
{ CODEC_ID_ZEROCODEC, MKTAG('Z', 'E', 'C', 'O') },
{ CODEC_ID_MSS1, MKTAG('M', 'S', 'S', '1') },
+ { CODEC_ID_MSA1, MKTAG('M', 'S', 'A', '1') },
{ CODEC_ID_NONE, 0 }
};