diff etc/codecs.conf @ 20099:abf8f12ea6ed

Add support for TTA and WavPack.
author diego
date Sun, 08 Oct 2006 09:28:49 +0000
parents 4cbe82f67e1e
children 9cf5eb21064e
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