From 48ff1ab95e82eeb1a47770c348abd26f1e675bae Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 8 Oct 2006 09:28:49 +0000 Subject: Add support for TTA and WavPack. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20105 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 2a3ba3ea2b..2427b454ef 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2417,6 +2417,21 @@ audiocodec ffalac 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 -- cgit v1.2.3