mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 11:55:42 +00:00
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24047 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9dd9d9a791
commit
b39cfa205f
@ -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;
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user