diff spudec.h @ 7003:60a473935d7d

warning fixes by Sylvain Petreolle <spetreolle@yahoo.fr>
author arpi
date Wed, 14 Aug 2002 21:28:18 +0000
parents f33d4ab7a6b2
children b523f634738d
line wrap: on
line diff
--- a/spudec.h	Wed Aug 14 21:25:01 2002 +0000
+++ b/spudec.h	Wed Aug 14 21:28:18 2002 +0000
@@ -15,5 +15,7 @@
 void spudec_set_font_factor(void * this, double factor); // sets the equivalent to ffactor
 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));
 #endif