git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5407 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-30 18:09:30 +00:00
parent 9a9c52cdf3
commit 384a8a821b
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ draw_slice_g200(uint8_t *image[], int stride[], int width,int height,int x,int y
dest = vid_data + bespitch*mga_vid_config.src_height + bespitch*y + 2*x;
interleaveBytes(image[1],image[2],dest,
mga_vid_config.src_width, height,
width, height,
stride[1], stride[2], bespitch);
}