summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-24 20:43:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-24 20:43:41 +0000
commita630204d0aa9fc2733264cf7c3122026e1d5f964 (patch)
tree6930a6cad68175084bb36e5edd80f4351a4d6961 /mencoder.c
parentb78d83301a2f92f867edb265923ecf34538cc8fa (diff)
downloadmpv-a630204d0aa9fc2733264cf7c3122026e1d5f964.tar.bz2
mpv-a630204d0aa9fc2733264cf7c3122026e1d5f964.tar.xz
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
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index c20e7a9eb8..e4add0d7f1 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -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