summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/video_out.h1
-rw-r--r--mp_core.h8
2 files changed, 1 insertions, 8 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index eb1e6fe13f..7bfc2e0bb7 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -220,6 +220,7 @@ extern int vo_rootwin;
extern int vo_ontop;
extern int vo_border;
+extern int vo_gamma_gamma;
extern int vo_gamma_brightness;
extern int vo_gamma_saturation;
extern int vo_gamma_contrast;
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);