From ee769c6a7c1d4ec6560f5e5a6f457b770b10fb33 Mon Sep 17 00:00:00 2001 From: Alberto Delmás Date: Fri, 24 Aug 2012 17:45:57 +0200 Subject: MSS2 decoder Signed-off-by: Kostya Shishkov --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') diff --git a/libavformat/riff.c b/libavformat/riff.c index 6920115518..f96389099c 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -289,6 +289,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_TSCC2, MKTAG('T', 'S', 'C', '2') }, { AV_CODEC_ID_MTS2, MKTAG('M', 'T', 'S', '2') }, { AV_CODEC_ID_CLLC, MKTAG('C', 'L', 'L', 'C') }, + { AV_CODEC_ID_MSS2, MKTAG('M', 'S', 'S', '2') }, { AV_CODEC_ID_NONE, 0 } }; -- cgit v1.2.3