diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-30 18:09:30 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-30 18:09:30 +0000 |
commit | 384a8a821b7209c9604a8476b9e709106daf310b (patch) | |
tree | c7d9c2451a1ca6aced94527457f54ac9bf7eb406 /libvo | |
parent | 9a9c52cdf3bc29e92dc358ddc812444991e4680f (diff) |
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5407 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/mga_common.c | 2 |
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); } |