summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/mga_common.c2
1 files changed, 1 insertions, 1 deletions
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);
}