# HG changeset patch # User alex # Date 1077107672 0 # Node ID f5efd4195730c8c6e69ebd966a23fefdca4e1362 # Parent cda09732375e832a1531f1e9b11bf19da72c7415 ffmpeg flac decoder diff -r cda09732375e -r f5efd4195730 etc/codecs.conf --- a/etc/codecs.conf Tue Feb 17 16:34:40 2004 +0000 +++ b/etc/codecs.conf Wed Feb 18 12:34:32 2004 +0000 @@ -1884,6 +1884,21 @@ driver faad dll libfaad2 +audiocodec flac + info "Free Lossless Audio Codec" + status untested + comment "using libmpflac or libflac" + format 0x43614C66 + driver flac + dll "libmpflac" + +audiocodec ffflac + info "FFmpeg FLAC audio decoder" + status working + format 0x43614C66 + driver ffmpeg + dll "flac" + audiocodec pcm info "Uncompressed PCM" status working @@ -2186,13 +2201,3 @@ format 0x1104 ; SBC driver acm dll "lhacm.acm" - -audiocodec flac - info "Free Lossless Audio Codec" - status untested - flags seekable - comment "using libmpflac or libFLAC. Internal format No" - format 0x43614C66 ; fLaC with mmioFOURCC - driver flac - dll "libmpflac" -