diff allcodecs.c @ 2906:e578b3572987 libavcodec

Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
author melanson
date Thu, 13 Oct 2005 04:31:55 +0000
parents 6f7428adc6ad
children cc55bc1f8d92
line wrap: on
line diff
--- a/allcodecs.c	Wed Oct 12 22:43:12 2005 +0000
+++ b/allcodecs.c	Thu Oct 13 04:31:55 2005 +0000
@@ -424,6 +424,9 @@
 #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