[MPlayer-cvslog] r33688 - trunk/cfg-common.h

reimar subversion at mplayerhq.hu
Tue Jun 21 19:32:07 CEST 2011


Author: reimar
Date: Tue Jun 21 19:32:07 2011
New Revision: 33688

Log:
Allow a larger range for -aspect.

Based on patch by Steaphan Greene [sgreene cs.binghamton.edu]

Modified:
   trunk/cfg-common.h

Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	Tue Jun 21 18:54:45 2011	(r33687)
+++ trunk/cfg-common.h	Tue Jun 21 19:32:07 2011	(r33688)
@@ -534,7 +534,7 @@ const m_option_t common_opts[] = {
     {"ssf", scaler_filter_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
     {"zoom", &softzoom, CONF_TYPE_FLAG, 0, 0, 1, NULL},
     {"nozoom", &softzoom, CONF_TYPE_FLAG, 0, 1, 0, NULL},
-    {"aspect", &movie_aspect, CONF_TYPE_FLOAT, CONF_RANGE, 0.2, 3.0, NULL},
+    {"aspect", &movie_aspect, CONF_TYPE_FLOAT, CONF_RANGE, 0.1, 10.0, NULL},
     {"noaspect", &movie_aspect, CONF_TYPE_FLAG, 0, 0, 0, NULL},
     {"xy", &screen_size_xy, CONF_TYPE_FLOAT, CONF_RANGE, 0.001, 4096, NULL},
 


More information about the MPlayer-cvslog mailing list