diff options
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r-- | etc/codecs.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index ac7e6726c9..a7c90e2ca7 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2067,3 +2067,13 @@ 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" + |