small change

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@424 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
szabii 2001-04-14 22:49:35 +00:00
parent 3673919e52
commit 4867ad479d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}