summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-03 02:30:38 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-03 02:30:38 +0000
commitbf3027c87b7a8e00af3a6de0dbd742de9ea46c0c (patch)
treecb258f7c22be7a8927b1322e8cad0df401c527a1 /libavcodec/allcodecs.c
parent27c748b576152abcec3e57807045a8492d84050b (diff)
downloadffmpeg-bf3027c87b7a8e00af3a6de0dbd742de9ea46c0c.tar.gz
TrueSpeech compatible audio decoder by Konstantin Shishkov
Originally committed as revision 4803 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 2205cef020..feec278e61 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -497,6 +497,9 @@ void avcodec_register_all(void)
#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