summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2014-04-24 18:10:20 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2014-05-04 02:46:11 +0200
commitb54c963258cdd6540cfde3f1fbe3f00a4ba0306a (patch)
treecf08000f2a9685f4014dfcb9c2f1690616b41448 /player
parent2b7bc2dfc9265861bf0d05caf8c1f99ab09a4f1f (diff)
downloadmpv-b54c963258cdd6540cfde3f1fbe3f00a4ba0306a.tar.bz2
mpv-b54c963258cdd6540cfde3f1fbe3f00a4ba0306a.tar.xz
options: rename video-related options/properties
Renamed options: --aspect → --video-aspect --fstype → --x11-fstype --native-fs → --fs-missioncontrol --name → --x11-name Renamed properties: aspect → video-aspect
Diffstat (limited to 'player')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index ca07ded694..413181b530 100644
--- a/player/command.c
+++ b/player/command.c
@@ -2405,7 +2405,7 @@ static const m_option_t mp_properties[] = {
CONF_RANGE, 0.125, 8 },
{ "fps", mp_property_fps, CONF_TYPE_FLOAT,
0, 0, 0, NULL },
- { "aspect", mp_property_aspect, CONF_TYPE_FLOAT,
+ { "video-aspect", mp_property_aspect, CONF_TYPE_FLOAT,
CONF_RANGE, -1, 10, NULL },
M_OPTION_PROPERTY_CUSTOM("vid", mp_property_video),
{ "program", mp_property_program, CONF_TYPE_INT,