Mercurial > mplayer.hg
changeset 19847:d7c2e093e406
Make blur() public. Will be used in libass.
author | eugeni |
---|---|
date | Sat, 16 Sep 2006 13:32:19 +0000 |
parents | bcc792bfa431 |
children | 07be98a5dd5f |
files | libvo/font_load.h libvo/font_load_ft.c |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/font_load.h Sat Sep 16 13:08:17 2006 +0000 +++ b/libvo/font_load.h Sat Sep 16 13:32:19 2006 +0000 @@ -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) {}