summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xv.c
diff options
context:
space:
mode:
authorszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 10:21:12 +0000
committerszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 10:21:12 +0000
commitcd30d641c117607dede55afe7b6d414a3c727d9f (patch)
treebeea390c530cbe169e56cc90ace9e4c893398306 /libvo/vo_xv.c
parent8c0b63a38a610784cf43818383188ed0c1655123 (diff)
downloadmpv-cd30d641c117607dede55afe7b6d414a3c727d9f.tar.bz2
mpv-cd30d641c117607dede55afe7b6d414a3c727d9f.tar.xz
some warnings killed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@613 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_xv.c')
-rw-r--r--libvo/vo_xv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 4f71e456ff..fd5a37d4a0 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -282,6 +282,10 @@ static void draw_alpha(int x0,int y0, int w,int h, unsigned char* src, unsigned
}
+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));
+
static void flip_page(void)
{
vo_draw_text(image_width,image_height,draw_alpha);