summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-18 13:59:46 +0200
committerwm4 <wm4@nowhere>2016-09-18 16:08:21 +0200
commit3ecc6d0a7934c42395d863b74e47f903fe864760 (patch)
tree9f365c372da3dae55e4f5be7706d656b52d590ab /DOCS/man/input.rst
parent9e972ed7d28c33bf612452682f229fa14ef017ea (diff)
downloadmpv-3ecc6d0a7934c42395d863b74e47f903fe864760.tar.bz2
mpv-3ecc6d0a7934c42395d863b74e47f903fe864760.tar.xz
command: fix window-scale option/property inconsistencies
For some odd reason, value ranges for the window-scale option and property are different, and the property has a more narrow range. Change it to the option range. Also store the window-scale value into the option value when setting the property, so it will be persistent if the window is closed and reopened.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index e626b1ba81..17bba1c2ab 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2122,6 +2122,9 @@ caveats with some properties (due to historical reasons):
option is for loading playlist during command line parsing. For client API
uses, you should use the ``loadlist`` command instead.
+``window-scale``
+ Might verify the set value when setting while a window is created.
+
``audio-file``, ``sub-file``, ``external-file``
These options/properties are actually lists of filenames. To make the
command-line interface easier, each ``--audio-file=...`` option appends