summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/video.c')
-rw-r--r--video/out/opengl/video.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c
index f0a2401172..1f053d4fc1 100644
--- a/video/out/opengl/video.c
+++ b/video/out/opengl/video.c
@@ -322,6 +322,7 @@ const struct gl_video_opts gl_video_opts_def = {
.prescale_passes = 1,
.prescale_downscaling_threshold = 2.0f,
.target_brightness = 250,
+ .hdr_tone_mapping = TONE_MAPPING_HABLE,
.tone_mapping_param = NAN,
};
@@ -352,6 +353,7 @@ const struct gl_video_opts gl_video_opts_hq_def = {
.prescale_passes = 1,
.prescale_downscaling_threshold = 2.0f,
.target_brightness = 250,
+ .hdr_tone_mapping = TONE_MAPPING_HABLE,
.tone_mapping_param = NAN,
};