0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

cosmetics: mpcommon.h: Group all extern variable declarations together

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32113 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-09-09 15:39:10 +00:00 committed by Uoti Urpala
parent fdce82091e
commit b87c4e15b8

View File

@ -27,6 +27,9 @@ extern double sub_last_pts;
extern struct ass_track *ass_track;
extern subtitle *vo_sub_last;
extern int disable_system_conf;
extern int disable_user_conf;
extern const char *mencoder_version;
extern const char *mplayer_version;
@ -41,7 +44,4 @@ int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang);
void set_osd_subtitle(struct MPContext *mpctx, subtitle *subs);
bool attachment_is_font(struct demux_attachment *att);
extern int disable_system_conf;
extern int disable_user_conf;
#endif /* MPLAYER_MPCOMMON_H */