summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2018-05-13 21:16:13 +0200
committerJan Ekström <jeebjp@gmail.com>2018-05-17 22:56:45 +0300
commit05b392bc949e918aaedb6383193edfd667bba646 (patch)
tree80a3ba1dab5a22faceed645f06d4c0ce621a5a6d /DOCS/man
parent1f01c05feffaea5d703898e152870957ec6cd71f (diff)
downloadmpv-05b392bc949e918aaedb6383193edfd667bba646.tar.bz2
mpv-05b392bc949e918aaedb6383193edfd667bba646.tar.xz
vo_gpu: allow higher icc-contrast and improve logging
With the advent of actual HDR devices, my real measured ICC profile has an "infinite" contrast, since the display is completely off on pure black inputs. 100k:1 might not be enough, so let's just bump it up to 1m:1 to be safe. Also, improve the logging in the case that the detected contrast is too high by default.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 59bc16708f..ea8c6df26f 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5281,7 +5281,7 @@ The following video options are currently all specific to ``--vo=gpu`` and
Size of the 3D LUT generated from the ICC profile in each dimension.
Default is 64x64x64. Sizes may range from 2 to 512.
-``--icc-contrast=<0-100000>``
+``--icc-contrast=<0-1000000>``
Specifies an upper limit on the target device's contrast ratio. This is
detected automatically from the profile if possible, but for some profiles
it might be missing, causing the contrast to be assumed as infinite. As a