summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2012-07-08 19:51:08 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2012-07-11 07:29:05 +0200
commit781888da892d99cab70cf6007538d6d9b7382e81 (patch)
treecbe9191440571c625f923ac5b47e96a85fcbeba8 /libavcodec/allcodecs.c
parenta8ad6ffafe89e3a83f343f69249338e8245816f7 (diff)
TechSmith Screen Codec 2 decoder
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 cb08e3349e..068f191b0b 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -203,6 +203,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (TRUEMOTION1, truemotion1);
REGISTER_DECODER (TRUEMOTION2, truemotion2);
REGISTER_DECODER (TSCC, tscc);
+ REGISTER_DECODER (TSCC2, tscc2);
REGISTER_DECODER (TXD, txd);
REGISTER_DECODER (ULTI, ulti);
REGISTER_DECODER (UTVIDEO, utvideo);