1
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 21:07:29 +01:00

r25994: typo fix: inited --> initialized

r26067: Check glyph bounding box before rasterizing and complain if it is too large.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26253 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2008-03-16 17:02:17 +00:00
parent 41d1ce80d2
commit 13cbc8e1ae

View File

@ -2,7 +2,7 @@
// Dmitry Baryshkov <mitya@school.ioffe.ru>
// Reworked by: Andrew Savchenko aka Bircoph <Bircoph[at]list[dot]ru>
// Synced with help_mp-en.h: r25947
// Synced with help_mp-en.h: r26067
// ========================= MPlayer help ===========================
@ -1331,6 +1331,7 @@ static char help_text[]=
// ass_bitmap.c
#define MSGTR_LIBASS_FT_Glyph_To_BitmapError "[ass] Сбой FT_Glyph_To_Bitmap %d \n"
#define MSGTR_LIBASS_UnsupportedPixelMode "[ass] Неподдерживаемый режим пиксела: %d\n"
#define MSGTR_LIBASS_GlyphBBoxTooLarge "[ass] Рамка, ограничивающая символ, слишком велика: %dx%dpx\n"
// ass.c
#define MSGTR_LIBASS_NoStyleNamedXFoundUsingY "[ass] [%p] Внимание: стиль '%s' не найден, использую '%s'\n"