[Mplayer-cvslog] CVS: main/etc codecs.conf,1.327,1.328
Alex Beregszaszi
syncmail at mplayerhq.hu
Wed Feb 18 13:34:34 CET 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv13733
Modified Files:
codecs.conf
Log Message:
ffmpeg flac decoder
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -r1.327 -r1.328
--- codecs.conf 17 Feb 2004 12:59:58 -0000 1.327
+++ codecs.conf 18 Feb 2004 12:34:32 -0000 1.328
@@ -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"
-
More information about the MPlayer-cvslog
mailing list