diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-07-08 19:51:08 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-07-11 07:29:05 +0200 |
commit | 781888da892d99cab70cf6007538d6d9b7382e81 (patch) | |
tree | cbe9191440571c625f923ac5b47e96a85fcbeba8 /libavformat | |
parent | a8ad6ffafe89e3a83f343f69249338e8245816f7 (diff) | |
download | ffmpeg-781888da892d99cab70cf6007538d6d9b7382e81.tar.gz |
TechSmith Screen Codec 2 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 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 } }; |