Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2012-06-15 22:37:37 +0400
committerKostya Shishkov <kostya.shishkov@gmail.com>2012-06-20 21:08:10 +0400
commit005c80b645cc6ab5f30cbc3e10ab66a15dfd107e (patch)
tree4933eec96d3ac9c5aeebd48ebb8beade88d0bdb3 /libavformat
parent43886eaebc8e803a2f90051afd03068be47e398f (diff)
MS Screen 1 decoder
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/riff.c1
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 }
};