From b9a5583f17f9c0a4ae97f2613875804deb4e1c74 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Wed, 24 May 2023 22:06:03 +0200 Subject: vo_gpu_next: fix build on older libplacebo Introduced by, of all things, a rebase... Fixes: a5da8b2c87dc3ace0038ccb5dc8f221df7f52206 --- video/out/vo_gpu_next.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video') diff --git a/video/out/vo_gpu_next.c b/video/out/vo_gpu_next.c index f7b011626d..3b63a941e6 100644 --- a/video/out/vo_gpu_next.c +++ b/video/out/vo_gpu_next.c @@ -1894,7 +1894,6 @@ static void update_render_options(struct vo *vo) p->color_map.hybrid_mix = hybrid_mix[opts->tone_map.mode]; #else p->color_map.intent = opts->icc_opts->intent; - p->color_map.tone_mapping_crosstalk = opts->tone_map.crosstalk; p->color_map.tone_mapping_mode = tone_map_modes[opts->tone_map.mode]; if (opts->tone_map.gamut_mode != GAMUT_AUTO) p->color_map.gamut_mode = gamut_modes[opts->tone_map.gamut_mode]; -- cgit v1.2.3