From e7bd330ed073afe973dc9bdae669ac4a4a0017f2 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Wed, 20 Sep 2023 18:27:23 +0200 Subject: vo_gpu: match libplacebo peak detection defaults This probably makes `vo_gpu` tone mapping worse, or something, but who cares. The status quo for a while now has been to use `vo_gpu_next` if you care about HDR rendering at all. See-Also: haasn/libplacebo@ec60dd156b82753a2e2d8a399899244605f4d1bf See-Also: haasn/libplacebo@0903cbd05d7fc0391cbd99954924a39b855c8a1b --- video/out/gpu/video.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'video/out') diff --git a/video/out/gpu/video.c b/video/out/gpu/video.c index 3c8c6bae39..7dfea116b8 100644 --- a/video/out/gpu/video.c +++ b/video/out/gpu/video.c @@ -323,9 +323,9 @@ static const struct gl_video_opts gl_video_opts_def = { .curve = TONE_MAPPING_AUTO, .curve_param = NAN, .max_boost = 1.0, - .decay_rate = 100.0, - .scene_threshold_low = 5.5, - .scene_threshold_high = 10.0, + .decay_rate = 20.0, + .scene_threshold_low = 1.0, + .scene_threshold_high = 3.0, .contrast_smoothness = 3.5, }, .early_flush = -1, -- cgit v1.2.3