summaryrefslogtreecommitdiffstats
path: root/libvo/vo_sdl.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 11:42:04 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-24 11:42:04 +0000
commit4ff11b99495e63895791171a82694ed51d62448c (patch)
treeb8c4fa4d36c147dacc0b7e09b132cdd6e3e8e569 /libvo/vo_sdl.c
parent9126c8286e950b45eaccccd7937184644ca2496f (diff)
downloadmpv-4ff11b99495e63895791171a82694ed51d62448c.tar.bz2
mpv-4ff11b99495e63895791171a82694ed51d62448c.tar.xz
clean up
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@617 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_sdl.c')
-rw-r--r--libvo/vo_sdl.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c
index d133003312..00d1c801d0 100644
--- a/libvo/vo_sdl.c
+++ b/libvo/vo_sdl.c
@@ -106,6 +106,7 @@
#include "video_out_internal.h"
#include "fastmemcpy.h"
+#include "sub.h"
LIBVO_EXTERN(sdl)
@@ -163,9 +164,6 @@ static struct sdl_priv_s {
*
**/
-//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);
-
static void draw_alpha(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride){
struct sdl_priv_s *priv = &sdl_priv;
int x,y;
@@ -710,10 +708,6 @@ static void check_events (void)
* returns : doesn't return
**/
-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)
{
struct sdl_priv_s *priv = &sdl_priv;