diff libvo/sub.c @ 30556:358ac046eccc

libvo: Mark functions not used outside of their files as static.
author diego
date Tue, 16 Feb 2010 16:22:17 +0000
parents 60563cd70955
children 9fc9d1e788aa
line wrap: on
line diff
--- a/libvo/sub.c	Tue Feb 16 16:16:42 2010 +0000
+++ b/libvo/sub.c	Tue Feb 16 16:22:17 2010 +0000
@@ -1090,8 +1090,10 @@
 
 #define FONT_LOAD_DEFER 6
 
-int vo_update_osd_ext(int dxs,int dys, int left_border, int top_border,
-                      int right_border, int bottom_border, int orig_w, int orig_h){
+static int vo_update_osd_ext(int dxs,int dys, int left_border, int top_border,
+                             int right_border, int bottom_border, int orig_w,
+                             int orig_h)
+{
     mp_osd_obj_t* obj=vo_osd_list;
     int chg=0;
 #ifdef CONFIG_FREETYPE