# HG changeset patch # User arpi # Date 1017511770 0 # Node ID 7a8e6b6418f56dba1b43b589fa053bb540eaf43d # Parent c7455d4079ae212b448aada0f59d861f2446c569 10l diff -r c7455d4079ae -r 7a8e6b6418f5 libvo/mga_common.c --- a/libvo/mga_common.c Sat Mar 30 17:40:22 2002 +0000 +++ b/libvo/mga_common.c Sat Mar 30 18:09:30 2002 +0000 @@ -88,7 +88,7 @@ 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); }