[MPlayer-cvslog] r19853 - in trunk/libvo: font_load.h font_load_ft.c
eugeni
subversion at mplayerhq.hu
Sat Sep 16 15:32:20 CEST 2006
Author: eugeni
Date: Sat Sep 16 15:32:19 2006
New Revision: 19853
Modified:
trunk/libvo/font_load.h
trunk/libvo/font_load_ft.c
Log:
Make blur() public. Will be used in libass.
Modified: trunk/libvo/font_load.h
==============================================================================
--- trunk/libvo/font_load.h (original)
+++ trunk/libvo/font_load.h Sat Sep 16 15:32:19 2006
@@ -88,6 +88,9 @@
void load_font_ft(int width, int height);
+void blur(unsigned char *buffer, unsigned short *tmp2, int width, int height,
+ int stride, int *m2, int r, int mwidth);
+
#else
static void render_one_glyph(font_desc_t *desc, int c) {}
Modified: trunk/libvo/font_load_ft.c
==============================================================================
--- trunk/libvo/font_load_ft.c (original)
+++ trunk/libvo/font_load_ft.c Sat Sep 16 15:32:19 2006
@@ -330,7 +330,7 @@
}
// gaussian blur
-static void blur(
+void blur(
unsigned char *buffer,
unsigned short *tmp2,
int width,
More information about the MPlayer-cvslog
mailing list