[MPlayer-cvslog] CVS: main cfg-mplayer.h,1.239,1.240

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Jan 30 11:27:28 CET 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	cfg-mplayer.h 
Log Message:
Allow monitoraspect > 3 (up to 9)


Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- cfg-mplayer.h	10 Jan 2005 15:51:54 -0000	1.239
+++ cfg-mplayer.h	30 Jan 2005 10:27:26 -0000	1.240
@@ -233,7 +233,7 @@
 	// Geometry string
 	{"geometry", &vo_geometry, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	// set aspect ratio of monitor - useful for 16:9 TVout
-	{"monitoraspect", &monitor_aspect, CONF_TYPE_FLOAT, CONF_RANGE, 0.2, 3.0, NULL},
+	{"monitoraspect", &monitor_aspect, CONF_TYPE_FLOAT, CONF_RANGE, 0.2, 9.0, NULL},
 	// video mode switching: (x11,xv,dga)
         {"vm", &vidmode, CONF_TYPE_FLAG, 0, 0, 1, NULL},
         {"novm", &vidmode, CONF_TYPE_FLAG, 0, 1, 0, NULL},




More information about the MPlayer-cvslog mailing list