diff options
author | wm4 <wm4@nowhere> | 2015-02-02 17:35:31 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-02-02 18:07:37 +0100 |
commit | c8631b3b068a5fb63d43e4e25eaa230a0a7ecd2b (patch) | |
tree | 3cef500f106b425c094a5f75ae58480b2f40d932 /DOCS/man | |
parent | ef827af06cbf334a497fb0de8c9b75188549d03e (diff) | |
download | mpv-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')
-rw-r--r-- | DOCS/man/input.rst | 6 |
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. |