summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.h
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-02-19 21:01:40 +0100
committerNiklas Haas <git@haasn.dev>2023-02-19 21:01:40 +0100
commit9a752e8b262d0a52799f4c3532f4e43d7be733fc (patch)
treef0dc2b78c66d29f0dd6a9ec566e01c68dc2be130 /video/out/gpu/video.h
parent41ad51bda281e56ddc8bb4416b82b47903e779f1 (diff)
downloadmpv-9a752e8b262d0a52799f4c3532f4e43d7be733fc.tar.bz2
mpv-9a752e8b262d0a52799f4c3532f4e43d7be733fc.tar.xz
vo_gpu_next: add --tone-mapping-visualize
Diffstat (limited to 'video/out/gpu/video.h')
-rw-r--r--video/out/gpu/video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gpu/video.h b/video/out/gpu/video.h
index 43acbf9384..692d261584 100644
--- a/video/out/gpu/video.h
+++ b/video/out/gpu/video.h
@@ -130,6 +130,7 @@ struct gl_tone_map_opts {
float scene_threshold_low;
float scene_threshold_high;
int gamut_mode;
+ int visualize;
};
struct gl_video_opts {