diff allcodecs.c @ 3006:4007989367bc libavcodec

TrueSpeech compatible audio decoder by Konstantin Shishkov
author diego
date Tue, 03 Jan 2006 02:30:38 +0000
parents bfabfdf9ce55
children 1720680830c7
line wrap: on
line diff
--- a/allcodecs.c	Sat Dec 31 14:14:38 2005 +0000
+++ b/allcodecs.c	Tue Jan 03 02:30:38 2006 +0000
@@ -497,6 +497,9 @@
 #ifdef CONFIG_COOK_DECODER
     register_avcodec(&cook_decoder);
 #endif //CONFIG_COOK_DECODER
+#ifdef CONFIG_TRUESPEECH_DECODER
+    register_avcodec(&truespeech_decoder);
+#endif //CONFIG_TRUESPEECH_DECODER
 #ifdef CONFIG_RAWVIDEO_DECODER
     register_avcodec(&rawvideo_decoder);
 #endif //CONFIG_RAWVIDEO_DECODER