# HG changeset patch # User reimar # Date 1182679689 0 # Node ID bfdd2dcc0d14faec0f1c160c1ee4b715ca283e03 # Parent 751c9f918c1ebd968df69d15cf6e7880adaf8c4c Do not prototype spudec_draw_scaled twice diff -r 751c9f918c1e -r bfdd2dcc0d14 spudec.h --- 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