# HG changeset patch # User nick # Date 1003583470 0 # Node ID 42cf51474f45fee6aefdaf5cb9e3c6d60db68107 # Parent 82c17b13494687d66ea935c855a45db8ae8cdc0b Qualitative speedup for P3 & K7 cpus diff -r 82c17b134946 -r 42cf51474f45 libvo/vo_vesa.c --- a/libvo/vo_vesa.c Sat Oct 20 12:53:20 2001 +0000 +++ b/libvo/vo_vesa.c Sat Oct 20 13:11:10 2001 +0000 @@ -217,13 +217,21 @@ pixel_size = (video_mode_info.BitsPerPixel+7)/8; screen_line_size = video_mode_info.XResolution*pixel_size; image_line_size = image_width*pixel_size; - x_shift = x_offset*pixel_size; - limit = image_height+y_offset; - for(j=0,i=y_offset;i