mirror of https://github.com/mpv-player/mpv
codecs.conf: Partial support for ffwmvp (only works with -demuxer lavf)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32359 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
579d743159
commit
408f435e91
|
@ -943,6 +943,14 @@ videocodec ffwmv3
|
|||
dll wmv3
|
||||
out YV12,I420,IYUV
|
||||
|
||||
videocodec ffwmvp
|
||||
info "FFmpeg WVC1"
|
||||
status buggy
|
||||
fourcc wmvp,WMVP
|
||||
driver ffmpeg
|
||||
dll wmv3
|
||||
out YV12,I420,IYUV
|
||||
|
||||
videocodec ffwmv3vdpau
|
||||
info "FFmpeg WMV3/WMV9 (VDPAU)"
|
||||
status buggy
|
||||
|
|
Loading…
Reference in New Issue