From edf35d83429b1cba76ae8fd4717bdd5e6a9fe0eb Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Thu, 28 Jun 2012 21:18:23 +0200 Subject: MS ATC Screen (aka MSS3) 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 efab7048ba..0aef2d7b71 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -285,6 +285,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_DXTORY, MKTAG('x', 't', 'o', 'r') }, { 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_NONE, 0 } }; -- cgit v1.2.3