MS Screen 1 decoder

This commit is contained in:
Kostya Shishkov
2012-06-15 20:37:37 +02:00
parent 43886eaebc
commit 005c80b645
8 changed files with 853 additions and 1 deletions

View File

@@ -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 }
};