summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-25 07:12:05 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-26 01:19:29 +0300
commit4db72f6a8006ff137a7d6b8fcbc07da4fa94b9e0 (patch)
tree106a67ab5b522aaa7ae01e46fe3db5ec5d457323 /options.h
parenta0de759a213120ed38c25a6b6d3811709010e2a5 (diff)
downloadmpv-4db72f6a8006ff137a7d6b8fcbc07da4fa94b9e0.tar.bz2
mpv-4db72f6a8006ff137a7d6b8fcbc07da4fa94b9e0.tar.xz
Move vo_gamma_* to options struct
Diffstat (limited to 'options.h')
-rw-r--r--options.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/options.h b/options.h
index 324108252c..ce49ee34da 100644
--- a/options.h
+++ b/options.h
@@ -13,6 +13,14 @@ typedef struct MPOpts {
int vidmode;
int fullscreen;
int vo_dbpp;
+
+ // ranges -100 - 100, 1000 if the vo default should be used
+ int vo_gamma_gamma;
+ int vo_gamma_brightness;
+ int vo_gamma_contrast;
+ int vo_gamma_saturation;
+ int vo_gamma_hue;
+
int correct_pts;
int loop_times;
int user_correct_pts;