diff mpcommon.h @ 32029:b81172c6dd5c

cosmetics: Group all extern variable declarations together.
author diego
date Thu, 09 Sep 2010 15:39:10 +0000
parents 55dacfca4a43
children 52b0385d2d7a
line wrap: on
line diff
--- a/mpcommon.h	Thu Sep 09 14:52:37 2010 +0000
+++ b/mpcommon.h	Thu Sep 09 15:39:10 2010 +0000
@@ -32,6 +32,9 @@
 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 @@
 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 */