[MPlayer-cvslog] CVS: main cfg-mplayer.h,1.259,1.260
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sat Apr 15 22:50:37 CEST 2006
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv6259
Modified Files:
cfg-mplayer.h
Log Message:
new monitorpixelaspect option, esp. useful for xinerama setups with upcoming patch
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -r1.259 -r1.260
--- cfg-mplayer.h 22 Mar 2006 16:35:16 -0000 1.259
+++ cfg-mplayer.h 15 Apr 2006 20:50:33 -0000 1.260
@@ -109,6 +109,7 @@
/* from libvo/aspect.c */
extern float monitor_aspect;
+extern float monitor_pixel_aspect;
extern int sws_flags;
extern int readPPOpt(void *conf, char *arg);
@@ -224,6 +225,7 @@
{"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, 9.0, NULL},
+ {"monitorpixelaspect", &monitor_pixel_aspect, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 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