[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.74,1.75
Arpi of Ize
arpi at mplayerhq.hu
Sat Aug 17 00:23:53 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv11571
Modified Files:
vo_vesa.c
Log Message:
10l bug - noticed by Emiel Neggers <emiel at neggers.net>
Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- vo_vesa.c 27 Jul 2002 22:10:58 -0000 1.74
+++ vo_vesa.c 16 Aug 2002 22:23:50 -0000 1.75
@@ -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)
{
More information about the MPlayer-cvslog
mailing list