summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gpu/video.h')
-rw-r--r--video/out/gpu/video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/gpu/video.h b/video/out/gpu/video.h
index 307f7ea2ca..30c100e302 100644
--- a/video/out/gpu/video.h
+++ b/video/out/gpu/video.h
@@ -133,6 +133,8 @@ struct gl_tone_map_opts {
float decay_rate;
float scene_threshold_low;
float scene_threshold_high;
+ float contrast_recovery;
+ float contrast_smoothness;
int gamut_mode;
bool visualize;
};