summaryrefslogtreecommitdiffstats
path: root/video/out
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 /video/out
parent8448fe0b62a4abfaab593d5e455fa259b1d79407 (diff)
downloadmpv-8e620c8e76ec0b8b5b5a0581f3f581cdf86923a4.tar.bz2
mpv-8e620c8e76ec0b8b5b5a0581f3f581cdf86923a4.tar.xz
command: add property returning hidpi scale
Diffstat (limited to 'video/out')
-rw-r--r--video/out/vo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index f50df6c179..a05860cbc7 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -116,6 +116,7 @@ enum mp_voctrl {
VOCTRL_GET_ICC_PROFILE, // bstr*
VOCTRL_GET_AMBIENT_LUX, // int*
VOCTRL_GET_DISPLAY_FPS, // double*
+ VOCTRL_GET_HIDPI_SCALE, // double*
VOCTRL_GET_PREF_DEINT, // int*