From 45eaac02cbb8eb251945d8769a9c81254969528a Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Wed, 1 Aug 2012 17:46:53 +0000 Subject: Canopus Lossless decoder At the moment it only does BGR24, but I plan to add the rest after. Signed-off-by: Derek Buitenhuis --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') diff --git a/libavformat/riff.c b/libavformat/riff.c index 7b036dddf4..5e70ab8308 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -288,6 +288,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 } }; -- cgit v1.2.3