mirror of
https://github.com/mpv-player/mpv
synced 2024-12-29 10:32:15 +00:00
Make function argument name in header match name in .c file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29711 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bf16f6f4f3
commit
1b92715364
@ -10,7 +10,7 @@ extern struct ass_track_s *ass_track;
|
||||
extern subtitle *vo_sub_last;
|
||||
|
||||
void print_version(const char* name);
|
||||
void update_subtitles(sh_video_t *sh_video, double pts, demux_stream_t *d_dvdsub, int reset);
|
||||
void update_subtitles(sh_video_t *sh_video, double refpts, demux_stream_t *d_dvdsub, int reset);
|
||||
void update_teletext(sh_video_t *sh_video, demuxer_t *demuxer, int reset);
|
||||
int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user