# HG changeset patch # User diego # Date 1160299729 0 # Node ID abf8f12ea6ed88070d330dd32dd776c56c1e007d # Parent e3a61060d45840a37b666c4ef9c1d801c76bc1d6 Add support for TTA and WavPack. diff -r e3a61060d458 -r abf8f12ea6ed etc/codecs.conf --- 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