[MPlayer-cvslog] r20105 - trunk/etc/codecs.conf
diego
subversion at mplayerhq.hu
Sun Oct 8 11:28:49 CEST 2006
Author: diego
Date: Sun Oct 8 11:28:49 2006
New Revision: 20105
Modified:
trunk/etc/codecs.conf
Log:
Add support for TTA and WavPack.
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf (original)
+++ trunk/etc/codecs.conf Sun Oct 8 11:28:49 2006
@@ -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
More information about the MPlayer-cvslog
mailing list