summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMehul Mittal <mehulmittal2010@gmail.com>2021-11-14 21:20:02 +0530
committerNiklas Haas <github-daiK1o@haasn.dev>2021-11-14 21:48:34 +0100
commitb66120a75d89a930a144cc8049954b8fbb55ad39 (patch)
tree7d1b342acbef94e6bdeb09cb1e06cf830a57725f
parent31780a6db5d31c6ed5c92a64a5f3bd349950f547 (diff)
downloadmpv-b66120a75d89a930a144cc8049954b8fbb55ad39.tar.bz2
mpv-b66120a75d89a930a144cc8049954b8fbb55ad39.tar.xz
DOCS/options: fix `target-colorspace-hint` typo
-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 d03ec08f0d..c0af0be971 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6172,7 +6172,7 @@ them.
Fully replaces the color decoding. A LUT of this type should ingest the
image's native colorspace and output normalized non-linear RGB.
-``--target-colorspace-hint```
+``--target-colorspace-hint``
Automatically configure the output colorspace of the display to pass
through the input values of the stream (e.g. for HDR passthrough), if
possible. Requires a supporting driver and ``--vo=gpu-next``.