summaryrefslogtreecommitdiffstats
path: root/video/out/vo_gpu_next.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_gpu_next.c')
-rw-r--r--video/out/vo_gpu_next.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_gpu_next.c b/video/out/vo_gpu_next.c
index 02b889b782..66b5b3bfec 100644
--- a/video/out/vo_gpu_next.c
+++ b/video/out/vo_gpu_next.c
@@ -831,7 +831,7 @@ static void apply_target_contrast(struct priv *p, struct pl_color_space *color)
// Infinite contrast
if (opts->target_contrast == -1) {
- color->hdr.max_luma = 1e-7;
+ color->hdr.min_luma = 1e-7;
return;
}