summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf25
1 files changed, 15 insertions, 10 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index a83fc6f521..d94c88b2ca 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1884,6 +1884,21 @@ audiocodec faad
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 @@ audiocodec lhacm
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"
-