# HG changeset patch # User arpi # Date 1029536630 0 # Node ID 3bc8ff93d64e530e31d13134df3d5325190dfa74 # Parent c605c57edead7ca3f1e4da144fb3ecaefa99b64d 10l bug - noticed by Emiel Neggers diff -r c605c57edead -r 3bc8ff93d64e libvo/vo_vesa.c --- a/libvo/vo_vesa.c Fri Aug 16 22:01:57 2002 +0000 +++ b/libvo/vo_vesa.c Fri Aug 16 22:23:50 2002 +0000 @@ -701,10 +701,10 @@ PRINT_VBE_ERR("vbeGetModeInfo",err); return -1; } + dstBpp = video_mode_info.BitsPerPixel; printf("vo_vesa: Using VESA mode (%u) = %x [%ux%u@%u]\n" ,best_mode_idx,video_mode,video_mode_info.XResolution ,video_mode_info.YResolution,dstBpp); - dstBpp = video_mode_info.BitsPerPixel; if(subdev_flags & SUBDEV_NODGA) video_mode_info.PhysBasePtr = 0; if(use_scaler || fs_mode) {