summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-05-24 22:06:03 +0200
committerNiklas Haas <git@haasn.dev>2023-05-24 22:06:03 +0200
commitb9a5583f17f9c0a4ae97f2613875804deb4e1c74 (patch)
tree5ec952e70b3318334140ece7def29589a4df5f70 /video/out
parenta5da8b2c87dc3ace0038ccb5dc8f221df7f52206 (diff)
downloadmpv-b9a5583f17f9c0a4ae97f2613875804deb4e1c74.tar.bz2
mpv-b9a5583f17f9c0a4ae97f2613875804deb4e1c74.tar.xz
vo_gpu_next: fix build on older libplacebo
Introduced by, of all things, a rebase... Fixes: a5da8b2c87dc3ace0038ccb5dc8f221df7f52206
Diffstat (limited to 'video/out')
-rw-r--r--video/out/vo_gpu_next.c1
1 files changed, 0 insertions, 1 deletions
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];