[MPlayer-cvslog] r23627 - trunk/spudec.h

reimar subversion at mplayerhq.hu
Sun Jun 24 12:08:09 CEST 2007


Author: reimar
Date: Sun Jun 24 12:08:09 2007
New Revision: 23627

Log:
Do not prototype spudec_draw_scaled twice


Modified:
   trunk/spudec.h

Modified: trunk/spudec.h
==============================================================================
--- trunk/spudec.h	(original)
+++ trunk/spudec.h	Sun Jun 24 12:08:09 2007
@@ -18,7 +18,6 @@ void spudec_set_font_factor(void * this,
 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
 



More information about the MPlayer-cvslog mailing list