From 384a8a821b7209c9604a8476b9e709106daf310b Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 30 Mar 2002 18:09:30 +0000 Subject: [PATCH] 10l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5407 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/mga_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/mga_common.c b/libvo/mga_common.c index 48f3d75547..519ec8a39a 100644 --- a/libvo/mga_common.c +++ b/libvo/mga_common.c @@ -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); }