summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.c
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.c
parent41ad51bda281e56ddc8bb4416b82b47903e779f1 (diff)
downloadmpv-9a752e8b262d0a52799f4c3532f4e43d7be733fc.tar.bz2
mpv-9a752e8b262d0a52799f4c3532f4e43d7be733fc.tar.xz
vo_gpu_next: add --tone-mapping-visualize
Diffstat (limited to 'video/out/gpu/video.c')
-rw-r--r--video/out/gpu/video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gpu/video.c b/video/out/gpu/video.c
index 98b4ca08cf..b94f4d85be 100644
--- a/video/out/gpu/video.c
+++ b/video/out/gpu/video.c
@@ -399,6 +399,7 @@ const struct m_sub_options gl_video_conf = {
{"max", TONE_MAP_MODE_MAX},
{"hybrid", TONE_MAP_MODE_HYBRID},
{"luma", TONE_MAP_MODE_LUMA})},
+ {"tone-mapping-visualize", OPT_FLAG(tone_map.visualize)},
{"gamut-mapping-mode", OPT_CHOICE(tone_map.gamut_mode,
{"auto", GAMUT_AUTO},
{"clip", GAMUT_CLIP},