summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.h
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-10-31 20:41:19 +0100
committerNiklas Haas <github-daiK1o@haasn.dev>2023-11-08 00:55:39 +0100
commit293fe9d74a376534ec3ef14164618925cdd8c7eb (patch)
treece27ce95dd8beb86d34d66567fd0082ca8fe35cb /video/out/gpu/video.h
parentc798f663439d57abfbe87ed3b9432c946f91f2bc (diff)
downloadmpv-293fe9d74a376534ec3ef14164618925cdd8c7eb.tar.bz2
mpv-293fe9d74a376534ec3ef14164618925cdd8c7eb.tar.xz
vo_gpu_next: add --target-gamut option
Fixes: https://github.com/mpv-player/mpv/issues/12777
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 c5e4463437..411d336a21 100644
--- a/video/out/gpu/video.h
+++ b/video/out/gpu/video.h
@@ -138,6 +138,7 @@ struct gl_video_opts {
int target_trc;
int target_peak;
int target_contrast;
+ int target_gamut;
struct gl_tone_map_opts tone_map;
bool correct_downscaling;
bool linear_downscaling;