[MPlayer-cvslog] r24047 - in trunk: libvo/video_out.h mp_core.h
diego
subversion at mplayerhq.hu
Sun Aug 12 14:21:07 CEST 2007
Author: diego
Date: Sun Aug 12 14:21:07 2007
New Revision: 24047
Log:
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 Gábor Mizda, gabrov freemail hu
Modified:
trunk/libvo/video_out.h
trunk/mp_core.h
Modified: trunk/libvo/video_out.h
==============================================================================
--- trunk/libvo/video_out.h (original)
+++ trunk/libvo/video_out.h Sun Aug 12 14:21:07 2007
@@ -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;
Modified: trunk/mp_core.h
==============================================================================
--- trunk/mp_core.h (original)
+++ trunk/mp_core.h Sun Aug 12 14:21:07 2007
@@ -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);
More information about the MPlayer-cvslog
mailing list