Mercurial > mplayer.hg
changeset 423:bb28d8242239
small change
author | szabii |
---|---|
date | Sat, 14 Apr 2001 22:49:35 +0000 |
parents | eb04cde16bde |
children | 3ec86df87b02 |
files | libvo/vo_fbdev.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_fbdev.c Sat Apr 14 22:37:35 2001 +0000 +++ b/libvo/vo_fbdev.c Sat Apr 14 22:49:35 2001 +0000 @@ -1049,7 +1049,7 @@ 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; }