mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 13:14:36 +00:00
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5407 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9a9c52cdf3
commit
384a8a821b
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user