[Mplayer-cvslog] CVS: main spudec.h,1.13,1.14

Arpi of Ize arpi at mplayerhq.hu
Wed Aug 14 23:28:20 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv12815

Modified Files:
	spudec.h 
Log Message:
warning fixes by Sylvain Petreolle <spetreolle at yahoo.fr>


Index: spudec.h
===================================================================
RCS file: /cvsroot/mplayer/main/spudec.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- spudec.h	24 Jul 2002 16:47:29 -0000	1.13
+++ spudec.h	14 Aug 2002 21:28:17 -0000	1.14
@@ -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
 




More information about the MPlayer-cvslog mailing list