mirror of https://github.com/mpv-player/mpv
codecs.conf: Fix playback of ffv1 yuv422p16
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32764 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
359e85c234
commit
2ce17b5afd
|
@ -781,7 +781,7 @@ videocodec ffv1
|
|||
fourcc FFV1
|
||||
driver ffmpeg
|
||||
dll ffv1
|
||||
out 411P,444P,422P,YV12,I420,IYUV,YVU9
|
||||
out 411P,444P,422P,YV12,I420,IYUV,YVU9,422P16
|
||||
out BGR32
|
||||
|
||||
videocodec ffsnow
|
||||
|
|
Loading…
Reference in New Issue