Author: eugeni Date: Fri Feb 22 20:31:53 2008 New Revision: 26067 Log: Check glyph bounding box before rasterizing and complain if it is too large.
Modified: trunk/help/help_mp-en.h Changes in other areas also in this revision: Modified: trunk/libass/ass_bitmap.c Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h (original) +++ trunk/help/help_mp-en.h Fri Feb 22 20:31:53 2008 @@ -2010,6 +2010,7 @@ static char help_text[]= // ass_bitmap.c #define MSGTR_LIBASS_FT_Glyph_To_BitmapError "[ass] FT_Glyph_To_Bitmap error %d \n" #define MSGTR_LIBASS_UnsupportedPixelMode "[ass] Unsupported pixel mode: %d\n" +#define MSGTR_LIBASS_GlyphBBoxTooLarge "[ass] Glyph bounding box too large: %dx%dpx\n" // ass.c #define MSGTR_LIBASS_NoStyleNamedXFoundUsingY "[ass] [%p] Warning: no style named '%s' found, using '%s'\n" _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
