summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-10-06 23:54:37 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-10-25 11:55:56 +0200
commit869faadc68b0dedce25527f096b3e370785ce0f3 (patch)
tree4d9eca6f5f16bcaf579c4955e125427f8df72c4b /video
parent06c26e37edbea4a9deb3c55f6f7b8ea10fea69e8 (diff)
downloadmpv-869faadc68b0dedce25527f096b3e370785ce0f3.tar.bz2
mpv-869faadc68b0dedce25527f096b3e370785ce0f3.tar.xz
options: disable --allow-delayed-peak-detect by default
Peak detection greatly increases HDR experience. Performance hit of non-delayed detection is not that significant and is in line with current default settings.
Diffstat (limited to 'video')
-rw-r--r--video/out/vo_gpu_next.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo_gpu_next.c b/video/out/vo_gpu_next.c
index 53147d55cf..e2436f64f1 100644
--- a/video/out/vo_gpu_next.c
+++ b/video/out/vo_gpu_next.c
@@ -2217,7 +2217,6 @@ const struct vo_driver video_out_gpu_next = {
.uninit = uninit,
.priv_size = sizeof(struct priv),
.priv_defaults = &(const struct priv) {
- .delayed_peak = true,
.inter_preserve = true,
},