mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 10:26:09 +00:00
options: Allow a larger range for -aspect
Based on patch by Steaphan Greene [sgreene cs.binghamton.edu] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33688 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9d8913dbf4
commit
2d23841739
@ -619,7 +619,7 @@ const m_option_t common_opts[] = {
|
||||
{"sws", &sws_flags, CONF_TYPE_INT, 0, 0, 2, NULL},
|
||||
{"ssf", (void *) scaler_filter_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
|
||||
OPT_MAKE_FLAGS("zoom", softzoom, 0),
|
||||
OPT_FLOATRANGE("aspect", movie_aspect, 0, 0.2, 3.0),
|
||||
OPT_FLOATRANGE("aspect", movie_aspect, 0, 0.1, 10.0),
|
||||
OPT_FLAG_CONSTANTS("noaspect", movie_aspect, 0, 0, 0),
|
||||
OPT_FLOATRANGE("xy", screen_size_xy, 0, 0.001, 4096),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user