summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2020-08-04 15:20:24 -0500
committerDudemanguy <random342@airmail.cc>2020-08-04 15:20:24 -0500
commitf457f3839a88447bdef2ecb3ea8b8e37864f9b93 (patch)
tree89b3b3c3058d8874a678cf258fd27f1ce47b9636
parentfb55ee99e34498528a3c7e0abe19710ea47d8448 (diff)
downloadmpv-f457f3839a88447bdef2ecb3ea8b8e37864f9b93.tar.bz2
mpv-f457f3839a88447bdef2ecb3ea8b8e37864f9b93.tar.xz
manpage: clarify requirements for boxvideo
The osc must not auto-hide for this option to do anything.
-rw-r--r--DOCS/man/osc.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index e1b7e8aaf5..eabc230253 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -329,7 +329,8 @@ Configurable Options
within the areas not covered by the osc (``yes``). If this option is set,
the osc may overwrite the ``--video-margin-ratio-*`` options, even if the
user has set them. (It will not overwrite them if all of them are set to
- default values.)
+ default values.) Additionally, ``visibility`` must be set to ``always``.
+ Otherwise, this option does nothing.
Currently, this is supported for the ``bottombar`` and ``topbar`` layout
only. The other layouts do not change if this option is set. Separately,