TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov

Originally committed as revision 3390 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mike Melanson
2004-08-14 15:08:09 +00:00
parent df84ac2e7d
commit 9d53d58ea7
8 changed files with 304 additions and 2 deletions

View File

@@ -99,6 +99,7 @@ enum CodecID {
CODEC_ID_ZLIB,
CODEC_ID_QTRLE,
CODEC_ID_SNOW,
CODEC_ID_TSCC,
/* various pcm "codecs" */
CODEC_ID_PCM_S16LE,
@@ -1844,6 +1845,7 @@ extern AVCodec interplay_dpcm_decoder;
extern AVCodec xan_dpcm_decoder;
extern AVCodec qtrle_decoder;
extern AVCodec flac_decoder;
extern AVCodec tscc_decoder;
/* pcm codecs */
#define PCM_CODEC(id, name) \