summaryrefslogtreecommitdiffstats
path: root/libvo/osd.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 20:03:13 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 20:03:13 +0000
commit07bdafcbe722248515648502164a1bbddfb7ddd0 (patch)
treeda913635498e1c1362f8b12cc061588ff41adc3f /libvo/osd.c
parentc43b552d375e3604d750dc72aea498b970d1fe2c (diff)
downloadmpv-07bdafcbe722248515648502164a1bbddfb7ddd0.tar.bz2
mpv-07bdafcbe722248515648502164a1bbddfb7ddd0.tar.xz
to be sure in that header is okey
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@623 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/osd.c')
-rw-r--r--libvo/osd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/osd.c b/libvo/osd.c
index b767f88f18..4b0d60171b 100644
--- a/libvo/osd.c
+++ b/libvo/osd.c
@@ -1,6 +1,8 @@
// Generic alpha renderers for all YUV modes and RGB depths.
// These are "reference implementations", should be optimized later (MMX, etc)
+#include "osd.h"
+
void vo_draw_alpha_yv12(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride){
int y;
for(y=0;y<h;y++){