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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gpu/video.c b/video/out/gpu/video.c
index 9191f062b6..eca74b4bb3 100644
--- a/video/out/gpu/video.c
+++ b/video/out/gpu/video.c
@@ -311,7 +311,7 @@ static const struct gl_video_opts gl_video_opts_def = {
.gamma = 1.0f,
.tone_mapping = TONE_MAPPING_MOBIUS,
.tone_mapping_param = NAN,
- .tone_mapping_desat = 2.0,
+ .tone_mapping_desat = 1.0,
.early_flush = -1,
};