summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-02 17:35:31 +0100
committerwm4 <wm4@nowhere>2015-02-02 18:07:37 +0100
commitc8631b3b068a5fb63d43e4e25eaa230a0a7ecd2b (patch)
tree3cef500f106b425c094a5f75ae58480b2f40d932 /DOCS/man/input.rst
parentef827af06cbf334a497fb0de8c9b75188549d03e (diff)
downloadmpv-c8631b3b068a5fb63d43e4e25eaa230a0a7ecd2b.tar.bz2
mpv-c8631b3b068a5fb63d43e4e25eaa230a0a7ecd2b.tar.xz
command: add properties returning the current VO and AO driver
This wasn't possible before.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index c33629ee68..747892b668 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1572,6 +1572,12 @@ Property list
How these details are handled may change in the future.
+``current-vo``
+ Current video output driver (name as used with ``--vo``).
+
+``current-ao``
+ Current audio output driver (name as used with ``--ao``).
+
``mpv-version``
Return the mpv version/copyright string. Depending on how the binary was
built, it might contain either a release version, or just a git hash.