changeset 20099:abf8f12ea6ed

Add support for TTA and WavPack.
author diego
date Sun, 08 Oct 2006 09:28:49 +0000
parents e3a61060d458
children 1494f672c99d
files etc/codecs.conf
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Oct 08 09:10:55 2006 +0000
+++ b/etc/codecs.conf	Sun Oct 08 09:28:49 2006 +0000
@@ -2417,6 +2417,21 @@
   driver ffmpeg
   dll "alac"
 
+audiocodec fftta
+  info "FFmpeg True Audio (TTA) decoder"
+  status working
+  fourcc TTA1
+  driver ffmpeg
+  dll "tta"
+
+; only works with libavformat right now
+audiocodec ffwavpack
+  info "FFmpeg WavPack audio decoder"
+  status working
+  fourcc WVPK
+  driver ffmpeg
+  dll "wavpack"
+
 audiocodec pcm
   info "Uncompressed PCM"
   status working