summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorKotori Itsuka <cmdrkotori@gmail.com>2019-01-18 11:24:38 +1000
committersfan5 <sfan5@live.de>2019-01-23 09:31:35 +0100
commit94d35627f55c7ee7601c476b4b79e1f3c2eca83b (patch)
tree849b99bc0980eb7dcfcf4efdab161c1d612840cb /DOCS
parent05f0980b9610c3d0f75f8004578ae61d3e3145e4 (diff)
downloadmpv-94d35627f55c7ee7601c476b4b79e1f3c2eca83b.tar.bz2
mpv-94d35627f55c7ee7601c476b4b79e1f3c2eca83b.tar.xz
DOCS/options.rst: update target-peak description
List auto as an option for target-peak, and state that auto is its default operation.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index a675d9259d..6108e07c25 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5144,7 +5144,7 @@ The following video options are currently all specific to ``--vo=gpu`` and
The user should independently guarantee this before using these signal
formats for display.
-``--target-peak=<nits>``
+``--target-peak=<auto|nits>``
Specifies the measured peak brightness of the output display, in cd/m^2
(AKA nits). The interpretation of this brightness depends on the configured
``--target-trc``. In all cases, it imposes a limit on the signal values
@@ -5156,9 +5156,9 @@ The following video options are currently all specific to ``--vo=gpu`` and
above 100 essentially causes the display to be treated as if it were an HDR
display in disguise. (See the note below)
- By default, the chosen peak defaults to an appropriate value based on the
- TRC in use. For SDR curves, it defaults to 100. For HDR curves, it
- defaults to 100 * the transfer function's nominal peak.
+ In ``auto`` mode (the default), the chosen peak is an appropriate value
+ based on the TRC in use. For SDR curves, it uses 100. For HDR curves, it
+ uses 100 * the transfer function's nominal peak.
.. note::