From b39cfa205fdb83608bebf1eec78d9c54d5bef226 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 12 Aug 2007 12:21:07 +0000 Subject: =?UTF-8?q?Declare=20all=20vo=5Fgamma=20variables=20in=20libvo/vid?= =?UTF-8?q?eo=5Fout.h=20and=20remove=20them=20from=20mp=5Fcore.h=20to=20av?= =?UTF-8?q?oid=20some=20redundant=20redeclaration=20warnings.=20patch=20by?= =?UTF-8?q?=20G=C3=A1bor=20Mizda,=20gabrov=20freemail=20hu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24047 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_core.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'mp_core.h') diff --git a/mp_core.h b/mp_core.h index 0dce78a426..c56cbf0c40 100644 --- a/mp_core.h +++ b/mp_core.h @@ -115,14 +115,6 @@ extern int fixed_vo; extern int ass_enabled; extern int forced_subs_only; -// These were listed as externs in mplayer.c, should be in some other header -extern int vo_gamma_gamma; -extern int vo_gamma_brightness; -extern int vo_gamma_contrast; -extern int vo_gamma_saturation; -extern int vo_gamma_hue; - - int build_afilter_chain(sh_audio_t *sh_audio, ao_data_t *ao_data); void uninit_player(unsigned int mask); -- cgit v1.2.3