diff allcodecs.c @ 3118:01b58c3b8a91 libavcodec

tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE)
author alex
date Sun, 12 Feb 2006 02:15:19 +0000
parents eb3d3988aff2
children 09ae2e981d64
line wrap: on
line diff
--- a/allcodecs.c	Sat Feb 11 21:42:11 2006 +0000
+++ b/allcodecs.c	Sun Feb 12 02:15:19 2006 +0000
@@ -505,6 +505,9 @@
 #ifdef CONFIG_TRUESPEECH_DECODER
     register_avcodec(&truespeech_decoder);
 #endif //CONFIG_TRUESPEECH_DECODER
+#ifdef CONFIG_TTA_DECODER
+    register_avcodec(&tta_decoder);
+#endif //CONFIG_TTA_DECODER
 #ifdef CONFIG_RAWVIDEO_DECODER
     register_avcodec(&rawvideo_decoder);
 #endif //CONFIG_RAWVIDEO_DECODER