mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +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++) {
|
||||
memcpy(frame_buffer + out_offset, next_frame + in_offset,
|
||||
in_width * fb_pixel_size);
|
||||
in_width * fb_pixel_size);
|
||||
out_offset += fb_screen_width;
|
||||
in_offset += in_width * fb_pixel_size;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user