summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.h
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-08-04 16:18:16 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-08-04 16:58:44 +0200
commit45e95311b83560d6e716f6cbc9fc8506f828c4cc (patch)
tree182913557f7267f2bfbdfb0e991d456d1e4df074 /video/out/gpu/video.h
parent14504e0559f8de95d16a123f1a4b5218425ba36b (diff)
downloadmpv-45e95311b83560d6e716f6cbc9fc8506f828c4cc.tar.bz2
mpv-45e95311b83560d6e716f6cbc9fc8506f828c4cc.tar.xz
vo_gpu_next: add --hdr-peak-percentile
Diffstat (limited to 'video/out/gpu/video.h')
-rw-r--r--video/out/gpu/video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gpu/video.h b/video/out/gpu/video.h
index 30c100e302..4f42fca08f 100644
--- a/video/out/gpu/video.h
+++ b/video/out/gpu/video.h
@@ -133,6 +133,7 @@ struct gl_tone_map_opts {
float decay_rate;
float scene_threshold_low;
float scene_threshold_high;
+ float peak_percentile;
float contrast_recovery;
float contrast_smoothness;
int gamut_mode;