summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-18 21:40:30 +0100
committerwm4 <wm4@nowhere>2014-11-18 21:40:30 +0100
commitcc84f73a954f10da603982dcc2a8a278b4f5f52c (patch)
treec39265f4888cc1614ea315c2b9c974ca03d95f53
parent534b08e6ba924f96dfb9edc4a564d7596db35574 (diff)
downloadmpv-cc84f73a954f10da603982dcc2a8a278b4f5f52c.tar.bz2
mpv-cc84f73a954f10da603982dcc2a8a278b4f5f52c.tar.xz
manpage: document vo_cmdline command
-rw-r--r--DOCS/man/input.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index d268d6426c..68d48ae880 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -549,9 +549,16 @@ Input Commands that are Possibly Subject to Change
(the ``ab-loop-a`` property); the second the ``B`` point, and the third
will clear both points.
+``vo_cmdline "<args>"``
+ Reset the sub-option of the current VO. Currently works with ``opengl``
+ (including ``opengl-hq``). The argument is the sub-option string usually
+ passed to the VO on the command line. Not all sub-options can be set, but
+ those which can will be reset even if they don't appear in the argument.
+ This command might be changed or removed in the future.
+
Undocumented commands: ``tv_last_channel`` (TV/DVB only), ``get_property`` (?),
-``vo_cmdline`` (experimental), ``ao_reload`` (experimental/internal).
+``ao_reload`` (experimental/internal).
Input Command Prefixes
----------------------