mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 05:31:34 +00:00
Fix warning:
mplayer.c: In function 'generate_video_frame': mplayer.c:1631: warning: implicit declaration of function 'update_teletext' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24185 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9482a78e67
commit
b0ae2fdd7a
@ -4,3 +4,4 @@ extern ass_track_t *ass_track;
|
|||||||
#endif
|
#endif
|
||||||
extern subtitle *vo_sub_last;
|
extern subtitle *vo_sub_last;
|
||||||
void update_subtitles(sh_video_t *sh_video, demux_stream_t *d_dvdsub, int reset);
|
void update_subtitles(sh_video_t *sh_video, demux_stream_t *d_dvdsub, int reset);
|
||||||
|
void update_teletext(sh_video_t *sh_video, demuxer_t *demuxer, int reset);
|
||||||
|
Loading…
Reference in New Issue
Block a user