diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-07-27 19:08:23 -0400 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-08-01 22:02:19 -0400 |
commit | 91c86d3cf8064b3ff28c66a48d3e0c7187df1ab8 (patch) | |
tree | fa46df22ba8b6eb647b8a29fa255549666807af0 /libavformat/riff.c | |
parent | b9df3f4f6ce06257f439174c37936599008d426a (diff) | |
download | ffmpeg-91c86d3cf8064b3ff28c66a48d3e0c7187df1ab8.tar.gz |
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>
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 04419ed317..bf14c45d5c 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -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 } }; |