summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-30 22:25:34 +0200
committerwm4 <wm4@nowhere>2013-10-05 22:46:55 +0200
commitfd49edccf811de0d6c61f30d8b2b524f8df93b36 (patch)
tree274ec3cd18cb62abacf77f7249636bf8c2bf43ad /DOCS
parent1be863afdbe9017aa227234e8525b209fb818224 (diff)
downloadmpv-fd49edccf811de0d6c61f30d8b2b524f8df93b36.tar.bz2
mpv-fd49edccf811de0d6c61f30d8b2b524f8df93b36.tar.xz
command: add properties for retrieving OSD dimensions
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/input.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index 558bb39fbf..a0014c51bd 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -463,6 +463,9 @@ Name W Comment
``dwidth`` video width (after filters and aspect scaling)
``dheight`` video height
``aspect`` x video aspect
+``osd-width`` last known OSD width (can be 0)
+``osd-height`` last known OSD height (can be 0)
+``osd-par`` last known OSD display pixel aspect (can be 0)
``vid`` x current video track (similar to ``--vid``)
``video`` x alias for ``vid``
``video-align-x`` x see ``--video-align-x``