summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-07-17 16:48:06 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-07-18 15:22:18 +0200
commitdbbcd9ec9c6f65fc911161919dd01b2117e3ac71 (patch)
tree9f8d4fb3f85054f46739e28af1b0b4f4d69a95ea
parent02595011eb11a1f4d22339519205c2e087a45663 (diff)
downloadmpv-dbbcd9ec9c6f65fc911161919dd01b2117e3ac71.tar.bz2
mpv-dbbcd9ec9c6f65fc911161919dd01b2117e3ac71.tar.xz
builtin.conf: add --hdr-contrast-recovery to gpu-hq
The first change to the gpu-hq profile in aeons.
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--etc/builtin.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 2e1bbac4b6..90153d5964 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -88,6 +88,7 @@ Interface changes
- add `--directory-mode=recursive|lazy|ignore`
- ctrl+h now uses `auto-safe` rather than `auto` when turing on hardware decoding
- add `--hdr-contrast-recovery` and `--hdr-contrast-smoothness`
+ - include `--hdr-contrast-recovery` in the `gpu-hq` profile
--- mpv 0.35.0 ---
- add the `--vo=gpu-next` video output driver, as well as the options
`--allow-delayed-peak-detect`, `--builtin-scalers`,
diff --git a/etc/builtin.conf b/etc/builtin.conf
index b08e748c28..42a8b1aab4 100644
--- a/etc/builtin.conf
+++ b/etc/builtin.conf
@@ -51,6 +51,7 @@ scale=spline36
cscale=spline36
dscale=mitchell
dither-depth=auto
+hdr-contrast-recovery=0.30
correct-downscaling=yes
linear-downscaling=yes
sigmoid-upscaling=yes