Fix warnings:

mplayer.c:316: warning: redundant redeclaration of 'vo_subdevice'
libvo/video_out.h:237: warning: previous declaration of 'vo_subdevice' was here
mplayer.c:317: warning: redundant redeclaration of 'ao_subdevice'
libao2/audio_out.h:44: warning: previous declaration of 'ao_subdevice' was here
mplayer.c:320: warning: redundant redeclaration of 'vo_flags'
libvo/video_out.h:189: warning: previous declaration of 'vo_flags' was here


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24184 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-25 16:19:42 +00:00
parent 2c57acb279
commit 9482a78e67
1 changed files with 0 additions and 6 deletions

View File

@ -313,12 +313,6 @@ static int play_n_frames_mf=-1;
char** video_driver_list=NULL;
char** audio_driver_list=NULL;
extern char *vo_subdevice;
extern char *ao_subdevice;
// codec outfmt flags (defined in libmpcodecs/vd.c)
extern int vo_flags;
// sub:
char *font_name=NULL;
char *sub_font_name=NULL;