mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 15:27:00 +00:00
it looks like width needs to be a multiple of 64 for newer cards
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16954 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9f105ba195
commit
b4640b44fc
@ -839,7 +839,7 @@ int vixConfigPlayback(vidix_playback_t *vinfo){
|
||||
case IMGFMT_YUY2:
|
||||
case IMGFMT_UYVY:
|
||||
|
||||
vinfo->dest.pitch.y = 16;
|
||||
vinfo->dest.pitch.y = 64;
|
||||
vinfo->dest.pitch.u = 0;
|
||||
vinfo->dest.pitch.v = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user