[MPlayer-DOCS] r26067 - in trunk: help/help_mp-en.h libass/ass_bitmap.c
eugeni
subversion at mplayerhq.hu
Fri Feb 22 20:31:54 CET 2008
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"
More information about the MPlayer-DOCS
mailing list