mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
Mark add_subtitles() as static, it is not used outside the file, fixes:
mencoder.c:337: warning: no previous prototype for 'add_subtitles' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30956 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b78d83301a
commit
a630204d0a
@ -333,7 +333,7 @@ static void exit_sighandler(int x){
|
||||
|
||||
static muxer_t* muxer=NULL;
|
||||
|
||||
void add_subtitles(char *filename, float fps, int silent)
|
||||
static void add_subtitles(char *filename, float fps, int silent)
|
||||
{
|
||||
sub_data *subd;
|
||||
#ifdef CONFIG_ASS
|
||||
|
Loading…
Reference in New Issue
Block a user