summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options.h b/options.h
index 6ee25351c8..3aee5dedc5 100644
--- a/options.h
+++ b/options.h
@@ -21,6 +21,9 @@ typedef struct MPOpts {
int fullscreen;
int vo_dbpp;
float vo_panscanrange;
+ int requested_colorspace;
+ int requested_input_range;
+ int requested_output_range;
// ranges -100 - 100, 1000 if the vo default should be used
int vo_gamma_gamma;