diff options
author | wm4 <wm4@nowhere> | 2014-02-25 23:59:27 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-02-25 23:59:27 +0100 |
commit | f3c933e5d3501c71e7f38dc62b27096a90090d5e (patch) | |
tree | 04785087045a348df4e63c8588b3573bfeec51ad /DOCS/man/en/input.rst | |
parent | 279bd8db1f16953d6c99293625440f184967a534 (diff) | |
download | mpv-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/en/input.rst')
-rw-r--r-- | DOCS/man/en/input.rst | 6 |
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 ------------------ |