[MPlayer-cvslog] r29937 - trunk/subreader.c

reimar subversion at mplayerhq.hu
Fri Nov 20 11:32:45 CET 2009


Author: reimar
Date: Fri Nov 20 11:32:45 2009
New Revision: 29937

Log:
sub_fribidi should be static, it is not used outside subreader.c

Modified:
   trunk/subreader.c

Modified: trunk/subreader.c
==============================================================================
--- trunk/subreader.c	Fri Nov 20 11:24:31 2009	(r29936)
+++ trunk/subreader.c	Fri Nov 20 11:32:45 2009	(r29937)
@@ -1148,7 +1148,7 @@ subtitle* subcp_recode (subtitle *sub)
 #endif
 
 #ifdef CONFIG_FRIBIDI
-subtitle* sub_fribidi (subtitle *sub, int sub_utf8)
+static subtitle* sub_fribidi (subtitle *sub, int sub_utf8)
 {
   FriBidiChar logical[LINE_LEN+1], visual[LINE_LEN+1]; // Hopefully these two won't smash the stack
   char        *ip      = NULL, *op     = NULL;


More information about the MPlayer-cvslog mailing list