Mercurial > mplayer.hg
diff libvo/mga_common.c @ 5406:7a8e6b6418f5
10l
author | arpi |
---|---|
date | Sat, 30 Mar 2002 18:09:30 +0000 |
parents | c7455d4079ae |
children | 0c5025974a83 |
line wrap: on
line diff
--- 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); }