summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-12-20 12:47:00 +0100
committerwm4 <wm4@nowhere>2019-12-20 13:00:39 +0100
commit8e620c8e76ec0b8b5b5a0581f3f581cdf86923a4 (patch)
treee8569ca1122da5ec15c1da8ef5e475efb89b8225 /DOCS
parent8448fe0b62a4abfaab593d5e455fa259b1d79407 (diff)
downloadmpv-8e620c8e76ec0b8b5b5a0581f3f581cdf86923a4.tar.bz2
mpv-8e620c8e76ec0b8b5b5a0581f3f581cdf86923a4.tar.xz
command: add property returning hidpi scale
Diffstat (limited to 'DOCS')
-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 94e1f2fd27..d3e49fc83d 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2073,6 +2073,12 @@ Property list
``vsync-jitter``
Estimated deviation factor of the vsync duration.
+``display-hidpi-scale``
+ The HiDPI scale factor as reported by the windowing backend. If no VO is
+ active, or if the VO does not report a value, this property is unavailable.
+ It may be saner to report an absolute DPI, however, this is the way HiDPI
+ support is implemented on most OS APIs. See also ``--hidpi-window-scale``.
+
``video-aspect`` (RW)
Deprecated. This is tied to ``--video-aspect-override``, but always
reports the current video aspect if video is active.