[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.13,1.14

Nick Kurshev nick at mplayer.dev.hu
Sun Oct 21 14:50:47 CEST 2001


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv31846/main/libvo

Modified Files:
	vo_vesa.c 
Log Message:
Replacing -x, -y on -screenw, -screenh

Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vo_vesa.c	21 Oct 2001 12:42:17 -0000	1.13
+++ vo_vesa.c	21 Oct 2001 12:50:45 -0000	1.14
@@ -434,8 +434,8 @@
 	  printf("\nvo_vesa: Modes in detail:\n");
 	}
 	mode_ptr = vib.VideoModePtr;
-	w = d_width ? d_width : width;
-	h = d_height ? d_height : height;
+	w = vo_screenwidth ? vo_screenwidth : width;
+	h = vo_screenheight ? vo_screenheight : height;
         for(i=0;i < num_modes;i++)
 	{
 		if((err=vbeGetModeInfo(mode_ptr[i],&vmib)) != VBE_OK)




More information about the MPlayer-cvslog mailing list