MS Expression Encoder Screen decoder

This commit is contained in:
Kostya Shishkov
2012-07-07 13:21:52 +02:00
parent 7548831c5e
commit 5b7e3a195d
8 changed files with 690 additions and 1 deletions

View File

@@ -287,6 +287,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_MSS1, MKTAG('M', 'S', 'S', '1') },
{ CODEC_ID_MSA1, MKTAG('M', 'S', 'A', '1') },
{ CODEC_ID_TSCC2, MKTAG('T', 'S', 'C', '2') },
{ CODEC_ID_MTS2, MKTAG('M', 'T', 'S', '2') },
{ CODEC_ID_NONE, 0 }
};