mirror of https://github.com/mpv-player/mpv
Experimental WVC1 decoding via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19672 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8a42dca946
commit
b2e56487bb
|
@ -546,6 +546,14 @@ videocodec ffwmv3
|
|||
dll wmv3
|
||||
out YV12,I420,IYUV
|
||||
|
||||
videocodec ffvc1
|
||||
info "FFmpeg M$ WVC1"
|
||||
status buggy
|
||||
fourcc WVC1,wvc1
|
||||
driver ffmpeg
|
||||
dll vc1
|
||||
out YV12,I420,IYUV
|
||||
|
||||
videocodec ffh264
|
||||
info "FFmpeg H.264"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue