summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2014-03-26 14:03:24 +0100
committerwm4 <wm4@nowhere>2014-06-22 19:01:25 +0200
commitef6db24366da2974cdee1d9578cf91910b5faa9c (patch)
treee06720ce263fc8c15630f49ebd8901139610ce21 /options/options.h
parent70f50ddc5e97020d64ea0702748a00eddebc2473 (diff)
downloadmpv-ef6db24366da2974cdee1d9578cf91910b5faa9c.tar.bz2
mpv-ef6db24366da2974cdee1d9578cf91910b5faa9c.tar.xz
options: Expose --colormatrix-primaries to the user
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 83b44c1e3d..100fded4a3 100644
--- a/options/options.h
+++ b/options/options.h
@@ -97,6 +97,7 @@ typedef struct MPOpts {
int requested_colorspace;
int requested_input_range;
int requested_output_range;
+ int requested_primaries;
int video_rotate;