Skip to content

Commit d204051

Browse files
committed
vo_gpu_next: use reported display contrast value also in SDR mode
It is useful in SDR mode to use correct target-contrast too.
1 parent 10c9b33 commit d204051

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

video/out/vo_gpu_next.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,6 @@ static bool draw_frame(struct vo *vo, struct vo_frame *frame)
10921092
// set in the hint. But also because setting target peak in SDR mode is
10931093
// very specific usecase, needs proper calibration, users can set it manually.
10941094
target_csp.hdr.max_luma = 0;
1095-
target_csp.hdr.min_luma = 0;
10961095
target_csp.hdr.max_cll = 0;
10971096
target_csp.hdr.max_fall = 0;
10981097
}

0 commit comments

Comments
 (0)