mirror of
https://github.com/mpv-player/mpv
synced 2025-01-04 05:52:09 +00:00
-noaspect added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2044 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
305d5c2e71
commit
e91f77aff3
@ -211,6 +211,7 @@ struct config conf[]={
|
||||
{"y", &screen_size_y, CONF_TYPE_INT, CONF_RANGE, 0, 4096},
|
||||
{"xy", &screen_size_xy, CONF_TYPE_INT, CONF_RANGE, 0, 4096},
|
||||
{"aspect", &movie_aspect, CONF_TYPE_FLOAT, CONF_RANGE, 0.2, 3.0},
|
||||
{"noaspect", &movie_aspect, CONF_TYPE_FLAG, 0, 0, 0},
|
||||
{"vm", &vidmode, CONF_TYPE_FLAG, 0, 0, 1},
|
||||
{"novm", &vidmode, CONF_TYPE_FLAG, 0, 1, 0},
|
||||
{"fs", &fullscreen, CONF_TYPE_FLAG, 0, 0, 1},
|
||||
|
Loading…
Reference in New Issue
Block a user