diff etc/codecs.conf @ 11004:d48eccbbb984

FLAC decoding support via imported libmpflac. TODO: fix FLAC-in-ogg decoding.
author lumag
date Sat, 04 Oct 2003 22:00:25 +0000
parents 0b8a63b626b2
children d8cbfd7c8fae
line wrap: on
line diff
--- a/etc/codecs.conf	Sat Oct 04 20:05:54 2003 +0000
+++ b/etc/codecs.conf	Sat Oct 04 22:00:25 2003 +0000
@@ -2067,3 +2067,13 @@
   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"
+