summaryrefslogtreecommitdiffstats
path: root/libvo/sub.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-16 16:22:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-16 16:22:17 +0000
commit6833ea6ab29a4789cc267d41fb72bd1b0341a77f (patch)
treef81cbf3afa57e0fea8c75043088069b945912a5f /libvo/sub.c
parenta6207aaa68400ffcba36c7abc6a0cd31ed9428e7 (diff)
downloadmpv-6833ea6ab29a4789cc267d41fb72bd1b0341a77f.tar.bz2
mpv-6833ea6ab29a4789cc267d41fb72bd1b0341a77f.tar.xz
libvo: Mark functions not used outside of their files as static.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30598 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/sub.c')
-rw-r--r--libvo/sub.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libvo/sub.c b/libvo/sub.c
index d0abbf30cc..79780ce974 100644
--- a/libvo/sub.c
+++ b/libvo/sub.c
@@ -1090,8 +1090,10 @@ void free_osd_list(void){
#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