From 4db72f6a8006ff137a7d6b8fcbc07da4fa94b9e0 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Fri, 25 Apr 2008 07:12:05 +0300 Subject: Move vo_gamma_* to options struct --- options.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'options.h') 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; -- cgit v1.2.3