diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-06-28 21:18:23 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-07-02 07:14:44 +0200 |
commit | edf35d83429b1cba76ae8fd4717bdd5e6a9fe0eb (patch) | |
tree | 5935b6a1e18a32fa59bd0c297673e6e058686d9a /libavformat | |
parent | a87b17f3283aada762820f1b797eeb7a2dff6c61 (diff) | |
download | ffmpeg-edf35d83429b1cba76ae8fd4717bdd5e6a9fe0eb.tar.gz |
MS ATC Screen (aka MSS3) decoder
Diffstat (limited to 'libavformat')
-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 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 } }; |