summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gpu/video.c')
-rw-r--r--video/out/gpu/video.c6
1 files changed, 3 insertions, 3 deletions
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,