summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2004-08-14 15:08:09 +0000
committerMike Melanson <mike@multimedia.cx>2004-08-14 15:08:09 +0000
commit9d53d58ea784a44eee8afb35a324a267157425e5 (patch)
tree64bd46512da0d687d7c7180a9859e92adff727be /libavcodec/allcodecs.c
parentdf84ac2e7dbf1d4dcb58706c2038668ac892530e (diff)
TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov
Originally committed as revision 3390 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index cc86631346..b8765152ff 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -166,6 +166,7 @@ void avcodec_register_all(void)
register_avcodec(&xan_dpcm_decoder);
register_avcodec(&qtrle_decoder);
register_avcodec(&flac_decoder);
+ register_avcodec(&tscc_decoder);
#endif /* CONFIG_DECODERS */
#ifdef AMR_NB