mirror of https://github.com/mpv-player/mpv
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:
parent
fdce82091e
commit
b87c4e15b8
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue