summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-22 15:25:11 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-22 15:25:11 +0000
commit06ebd66015ae446564f505ed3345fb50a5e74bfc (patch)
tree2ab1424c8881a626a746b8322205f08c479e40ed /libvo/sub.h
parentd60a7a1d74d6c016e2ea08dd564ed07225a2b945 (diff)
downloadmpv-06ebd66015ae446564f505ed3345fb50a5e74bfc.tar.bz2
mpv-06ebd66015ae446564f505ed3345fb50a5e74bfc.tar.xz
osd outside movie support for vo_sdl, patch by Fredrik Kuivinen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4808 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index eb8e98026f..7388350c70 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -50,5 +50,7 @@ extern char * __sub_osd_names_short[];
//extern void vo_draw_text_sub(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
extern void vo_draw_text(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
+int vo_osd_changed(int new_value);
+
#endif
#endif