summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.h
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-05-24 21:32:00 +0200
committerNiklas Haas <git@haasn.dev>2023-05-24 21:32:00 +0200
commitdc13d47c735f10ff95015cd2feb82ab66e52a219 (patch)
tree62ab984f7260390330a32c300f32e44e51a3f004 /video/out/gpu/video.h
parenta1a2e27f84bef17b50fd7f5cca7e50bbad1f92d0 (diff)
downloadmpv-dc13d47c735f10ff95015cd2feb82ab66e52a219.tar.bz2
mpv-dc13d47c735f10ff95015cd2feb82ab66e52a219.tar.xz
vo_gpu_next: remove --tone-mapping-crosstalk
Removed upstream, to be replaced by constant 0.04.
Diffstat (limited to 'video/out/gpu/video.h')
-rw-r--r--video/out/gpu/video.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/gpu/video.h b/video/out/gpu/video.h
index 5a974f9ee0..d2b451d5f6 100644
--- a/video/out/gpu/video.h
+++ b/video/out/gpu/video.h
@@ -123,7 +123,6 @@ struct gl_tone_map_opts {
float curve_param;
float max_boost;
bool inverse;
- float crosstalk;
int mode;
int compute_peak;
float decay_rate;