mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 17:39:38 +00:00
small change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@424 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3673919e52
commit
4867ad479d
@ -1049,7 +1049,7 @@ static void put_frame_without_bands(void)
|
|||||||
|
|
||||||
for (i = 0; i < in_height; i++) {
|
for (i = 0; i < in_height; i++) {
|
||||||
memcpy(frame_buffer + out_offset, next_frame + in_offset,
|
memcpy(frame_buffer + out_offset, next_frame + in_offset,
|
||||||
in_width * fb_pixel_size);
|
in_width * fb_pixel_size);
|
||||||
out_offset += fb_screen_width;
|
out_offset += fb_screen_width;
|
||||||
in_offset += in_width * fb_pixel_size;
|
in_offset += in_width * fb_pixel_size;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user