summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-24 18:19:39 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-24 18:19:39 +0000
commit12579136ff6884351c45199dfcfb75011a1e4e87 (patch)
tree9c0c4f5b1cfb95d90f897f0e8eb6aac4647a4783 /libvo/video_out.c
parent2de7e088118b83235262483041d556c16410cbce (diff)
downloadmpv-12579136ff6884351c45199dfcfb75011a1e4e87.tar.bz2
mpv-12579136ff6884351c45199dfcfb75011a1e4e87.tar.xz
eq reworked
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6782 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 2ffe1659e6..ad4aaf489c 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -63,16 +63,7 @@ float vo_fps=0; // for mp1e rte
char *vo_subdevice = NULL;
int vo_directrendering=0;
-/****************************************
-* GAMMA CORRECTION *
-****************************************/
-int vo_gamma_brightness=-101;
-int vo_gamma_saturation=-101;
-int vo_gamma_contrast=-101;
-int vo_gamma_hue=-101;
-int vo_gamma_red_intensity=0;
-int vo_gamma_green_intensity=0;
-int vo_gamma_blue_intensity=0;
+
//
// Externally visible list of all vo drivers
//