mirror of https://github.com/mpv-player/mpv
Fix warnings:
In file included from mplayer.c:380: mpcommon.h:5: warning: redundant redeclaration of 'subdata' libvo/sub.h:63: warning: previous declaration of 'subdata' was here In file included from command.c:26: mpcommon.h:5: warning: redundant redeclaration of 'subdata' libvo/sub.h:63: warning: previous declaration of 'subdata' was here In file included from mencoder.c:239: mpcommon.h:5: warning: redundant redeclaration of 'subdata' libvo/sub.h:63: warning: previous declaration of 'subdata' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24177 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ea338264f4
commit
a54c7c3ca4
|
@ -2,6 +2,5 @@ extern double sub_last_pts;
|
|||
#ifdef USE_ASS
|
||||
extern ass_track_t *ass_track;
|
||||
#endif
|
||||
extern sub_data *subdata;
|
||||
extern subtitle *vo_sub_last;
|
||||
void update_subtitles(sh_video_t *sh_video, demux_stream_t *d_dvdsub, int reset);
|
||||
|
|
Loading…
Reference in New Issue