summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/video.h
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-06-30 05:46:51 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-07-17 18:50:34 +0200
commit347fbd6fa357e854cfb0bc6d3c9b3d12994d5c0c (patch)
tree8fbd9e2477fae72b333a91d4712936dbe8354aa3 /video/out/gpu/video.h
parentfbd392bcbb2d8b17ccefa79446d275caa25762d8 (diff)
downloadmpv-347fbd6fa357e854cfb0bc6d3c9b3d12994d5c0c.tar.bz2
mpv-347fbd6fa357e854cfb0bc6d3c9b3d12994d5c0c.tar.xz
vo_gpu_next: add --target-contrast option
For better control over target display levels.
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 de70a8f801..307f7ea2ca 100644
--- a/video/out/gpu/video.h
+++ b/video/out/gpu/video.h
@@ -146,6 +146,7 @@ struct gl_video_opts {
int target_prim;
int target_trc;
int target_peak;
+ int target_contrast;
struct gl_tone_map_opts tone_map;
bool correct_downscaling;
bool linear_downscaling;