summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-22 19:31:53 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-22 19:31:53 +0000
commitfc6600af48394770f091ea7051b126b1f254b322 (patch)
tree93a2a1960afd888e987b7f18db4cb92d021074df /help
parentb803331d0c9ca82d1734fc97dfa74726566ac40f (diff)
downloadmpv-fc6600af48394770f091ea7051b126b1f254b322.tar.bz2
mpv-fc6600af48394770f091ea7051b126b1f254b322.tar.xz
Check glyph bounding box before rasterizing and complain if it is too large.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26067 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index af2aae9f63..58e1e8310a 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -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"