Mercurial > mplayer.hg
changeset 30914:ce07076345c0
Mark add_subtitles() as static, it is not used outside the file, fixes:
mencoder.c:337: warning: no previous prototype for 'add_subtitles'
author | diego |
---|---|
date | Wed, 24 Mar 2010 20:43:41 +0000 |
parents | e1e4487b9b43 |
children | 8b78430a1249 |
files | mencoder.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mencoder.c Wed Mar 24 01:07:11 2010 +0000 +++ b/mencoder.c Wed Mar 24 20:43:41 2010 +0000 @@ -333,7 +333,7 @@ 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