aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-02 04:48:35 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-02 04:48:47 +0200
commit96cb1438000075cae2a7f33a1b794df27f18284b (patch)
treeb333a2202a920ba5f47494479feb6709b493cdc8 /libavformat/riff.c
parent571572fcddc16ebe3d60054ae5a2db05800c1d6d (diff)
parent91c86d3cf8064b3ff28c66a48d3e0c7187df1ab8 (diff)
downloadffmpeg-96cb1438000075cae2a7f33a1b794df27f18284b.tar.gz
Merge remote-tracking branch 'dwbuiten/master'
* dwbuiten/master: Canopus Lossless decoder Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
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 }
};