summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-05 01:34:13 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-05 01:34:13 +0000
commitda7e496cb8a8406fe16960231d387b552e55b87f (patch)
tree3c33fe4549b6d68144d013b6cdfc99b1dc8d4e17 /libvo
parent4172671b12881b60d698fbb0df69c2ddd773bf34 (diff)
downloadmpv-da7e496cb8a8406fe16960231d387b552e55b87f.tar.bz2
mpv-da7e496cb8a8406fe16960231d387b552e55b87f.tar.xz
fix
mplayer.c:509: warning: implicit declaration of function 'free_osd_list' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17101 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/sub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index d257e86913..f82d51d86d 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -117,6 +117,7 @@ void vo_init_osd();
int vo_update_osd(int dxs,int dys);
int vo_osd_changed(int new_value);
int vo_osd_check_range_update(int,int,int,int);
+void free_osd_list();
extern int vo_osd_changed_flag;