Canopus Lossless decoder

At the moment it only does BGR24, but I plan to add the rest after.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
Derek Buitenhuis
2012-07-27 19:08:23 -04:00
parent b9df3f4f6c
commit 91c86d3cf8
9 changed files with 292 additions and 1 deletions

View File

@@ -315,6 +315,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ 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_CLLC, MKTAG('C', 'L', 'L', 'C') },
{ CODEC_ID_NONE, 0 }
};