mirror of https://github.com/mpv-player/mpv
mark cfhdvfw decoder as working on windows only
add ffmpeg sipr / acelp.net decoder as buggy until 16k is supported git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30274 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7c79acf4b2
commit
849d578842
|
@ -1999,7 +1999,7 @@ videocodec smv2vfw
|
|||
videocodec cfhdvfw
|
||||
status working
|
||||
info "CineForm HD"
|
||||
comment "set registry keys for half-res decoding"
|
||||
comment "windows only" ; set registry keys for half-res decoding
|
||||
status working
|
||||
fourcc CFHD
|
||||
driver vfw
|
||||
|
@ -3488,6 +3488,14 @@ audiocodec ffatrc
|
|||
driver ffmpeg
|
||||
dll "atrac3"
|
||||
|
||||
audiocodec ffsipr
|
||||
info "FFmpeg Sipr/Acelp.net audio"
|
||||
status buggy ; missing 16k support
|
||||
format 0x72706973 ; "sipr"
|
||||
format 0x130 ; acelp.net
|
||||
driver ffmpeg
|
||||
dll "sipr"
|
||||
|
||||
audiocodec ra144
|
||||
info "RealAudio 1.0"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue