changeset 23607:bfdd2dcc0d14

Do not prototype spudec_draw_scaled twice
author reimar
date Sun, 24 Jun 2007 10:08:09 +0000
parents 751c9f918c1e
children 5aae077ac16f
files spudec.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/spudec.h	Sun Jun 24 10:06:57 2007 +0000
+++ b/spudec.h	Sun Jun 24 10:08:09 2007 +0000
@@ -18,7 +18,6 @@
 void spudec_set_hw_spu(void *this, vo_functions_t *hw_spu);
 int spudec_changed(void *this);
 void spudec_calc_bbox(void *me, unsigned int dxs, unsigned int dys, unsigned int* bbox);
-void spudec_draw_scaled(void *me, unsigned int dxs, unsigned int dys, void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
 void spudec_set_forced_subs_only(void * const this, const unsigned int flag);
 #endif