summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-25 23:59:27 +0100
committerwm4 <wm4@nowhere>2014-02-25 23:59:27 +0100
commitf3c933e5d3501c71e7f38dc62b27096a90090d5e (patch)
tree04785087045a348df4e63c8588b3573bfeec51ad /DOCS/man
parent279bd8db1f16953d6c99293625440f184967a534 (diff)
downloadmpv-f3c933e5d3501c71e7f38dc62b27096a90090d5e.tar.bz2
mpv-f3c933e5d3501c71e7f38dc62b27096a90090d5e.tar.xz
options: allow changing options at runtime
Allow changing all options at runtime, except some cherry-picked options, which are disabled with M_OPT_FIXED.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/input.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index 62990af372..320e9cfd48 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -1009,8 +1009,10 @@ an option at runtime.
See ``--vf`` and the ``vf`` command.
``options/<name>`` (RW)
- Read-only access to value of option ``--<name>``. If the player is in idle
- mode, the option can be changed by writing to this property.
+ Read-only access to value of option ``--<name>``. Most options can be
+ changed at runtime by writing to this property. Note that many options
+ require reloading the file for changes to take effect. If there is an
+ equivalent property, prefer setting the property instead.
Property Expansion
------------------