[MPlayer-cvslog] r32113 - trunk/mpcommon.h
diego
subversion at mplayerhq.hu
Thu Sep 9 17:39:10 CEST 2010
Author: diego
Date: Thu Sep 9 17:39:10 2010
New Revision: 32113
Log:
cosmetics: Group all extern variable declarations together.
Modified:
trunk/mpcommon.h
Modified: trunk/mpcommon.h
==============================================================================
--- trunk/mpcommon.h Thu Sep 9 16:52:37 2010 (r32112)
+++ trunk/mpcommon.h Thu Sep 9 17:39:10 2010 (r32113)
@@ -32,6 +32,9 @@ extern subtitle *vo_sub_last;
extern float sub_delay;
extern float sub_fps;
+extern int disable_system_conf;
+extern int disable_user_conf;
+
extern const char *mencoder_version;
extern const char *mplayer_version;
@@ -43,7 +46,4 @@ void update_teletext(sh_video_t *sh_vide
int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang);
void set_osd_subtitle(subtitle *subs);
-extern int disable_system_conf;
-extern int disable_user_conf;
-
#endif /* MPLAYER_MPCOMMON_H */
More information about the MPlayer-cvslog
mailing list