mirror of https://github.com/mpv-player/mpv
ffmpeg flac decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11974 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1cbd9c581e
commit
171c2ae2f4
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue