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:
faust3 2005-11-09 16:10:45 +00:00
parent 9f105ba195
commit b4640b44fc
1 changed files with 1 additions and 1 deletions

View File

@ -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;