summaryrefslogtreecommitdiffstats
path: root/libvo/video_out_internal.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-10 02:29:38 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-10 02:29:38 +0000
commit2f46205ad3ecbd60fa17823290e3c4f91c8b407e (patch)
treeba9affc816ef4faf76d10e80bdae07cefb41ec1e /libvo/video_out_internal.h
parent32205998de2fe0e230693d3053ef5053646de244 (diff)
downloadmpv-2f46205ad3ecbd60fa17823290e3c4f91c8b407e.tar.bz2
mpv-2f46205ad3ecbd60fa17823290e3c4f91c8b407e.tar.xz
OSD alpha renderers moved to osd.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@327 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out_internal.h')
-rw-r--r--libvo/video_out_internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libvo/video_out_internal.h b/libvo/video_out_internal.h
index cefd39d4e5..19d0b09762 100644
--- a/libvo/video_out_internal.h
+++ b/libvo/video_out_internal.h
@@ -41,3 +41,10 @@ static uint32_t query_format(uint32_t format);
check_events,\
uninit,\
};
+
+void vo_draw_alpha_yv12(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride);
+void vo_draw_alpha_yuy2(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride);
+
+
+
+