diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-06-15 20:37:37 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-06-20 19:08:10 +0200 |
commit | 005c80b645cc6ab5f30cbc3e10ab66a15dfd107e (patch) | |
tree | 4933eec96d3ac9c5aeebd48ebb8beade88d0bdb3 /libavformat | |
parent | 43886eaebc8e803a2f90051afd03068be47e398f (diff) | |
download | ffmpeg-005c80b645cc6ab5f30cbc3e10ab66a15dfd107e.tar.gz |
MS Screen 1 decoder
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 922a863a84..efab7048ba 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -284,6 +284,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_VBLE, MKTAG('V', 'B', 'L', 'E') }, { 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_NONE, 0 } }; |