From 781888da892d99cab70cf6007538d6d9b7382e81 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 8 Jul 2012 19:51:08 +0200 Subject: TechSmith Screen Codec 2 decoder --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/riff.c') diff --git a/libavformat/riff.c b/libavformat/riff.c index 0aef2d7b71..561b174756 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -286,6 +286,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_ZEROCODEC, MKTAG('Z', 'E', 'C', 'O') }, { CODEC_ID_MSS1, MKTAG('M', 'S', 'S', '1') }, { CODEC_ID_MSA1, MKTAG('M', 'S', 'A', '1') }, + { CODEC_ID_TSCC2, MKTAG('T', 'S', 'C', '2') }, { CODEC_ID_NONE, 0 } }; -- cgit v1.2.3