changeset 24027:0530865bb02a

Declare all vo_gamma variables in libvo/video_out.h and remove them from mp_core.h to avoid some redundant redeclaration warnings. patch by Gbor Mizda, gabrov freemail hu
author diego
date Sun, 12 Aug 2007 12:21:07 +0000
parents dec604030d92
children c7c711cc388a
files libvo/video_out.h mp_core.h
diffstat 2 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.h	Sun Aug 12 12:16:11 2007 +0000
+++ b/libvo/video_out.h	Sun Aug 12 12:21:07 2007 +0000
@@ -220,6 +220,7 @@
 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;
--- a/mp_core.h	Sun Aug 12 12:16:11 2007 +0000
+++ b/mp_core.h	Sun Aug 12 12:21:07 2007 +0000
@@ -115,14 +115,6 @@
 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);