summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2005-10-13 04:31:55 +0000
committerMike Melanson <mike@multimedia.cx>2005-10-13 04:31:55 +0000
commit64af6168f7b693037ac5b8e7043c38d69d6dab11 (patch)
tree81dd06bc2721a08a6231ae2a91ec278f2c3f861f /libavcodec/allcodecs.c
parentf37f8d4c559e3238b5c1a47a3b97d9793f3f077f (diff)
downloadffmpeg-64af6168f7b693037ac5b8e7043c38d69d6dab11.tar.gz
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
Originally committed as revision 4638 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index db0232a65e..5dd771b1b4 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -424,6 +424,9 @@ void avcodec_register_all(void)
#ifdef CONFIG_TRUEMOTION1_DECODER
register_avcodec(&truemotion1_decoder);
#endif //CONFIG_TRUEMOTION1_DECODER
+#ifdef CONFIG_TRUEMOTION2_DECODER
+ register_avcodec(&truemotion2_decoder);
+#endif //CONFIG_TRUEMOTION2_DECODER
#ifdef CONFIG_VMDVIDEO_DECODER
register_avcodec(&vmdvideo_decoder);
#endif //CONFIG_VMDVIDEO_DECODER