[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.101,1.102

Sascha Sommer CVS syncmail at mplayerhq.hu
Sun Sep 26 17:10:49 CEST 2004


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv3683/libvo

Modified Files:
	vo_vesa.c 
Log Message:
use aspect code when used with vidix

Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- vo_vesa.c	1 Aug 2004 11:17:27 -0000	1.101
+++ vo_vesa.c	26 Sep 2004 15:10:47 -0000	1.102
@@ -794,7 +794,11 @@
 		if(use_scaler || fs_mode)
 		{
 		      /* software scale */
-		      if(use_scaler > 1)
+		      if(use_scaler > 1
+#ifdef CONFIG_VIDIX
+				|| vidix_name
+#endif			  
+			  )
 		      {
 		        aspect_save_orig(width,height);
 			aspect_save_prescale(d_width,d_height);




More information about the MPlayer-cvslog mailing list