From c312c67753bc4874e53c5d858a86bd961a472357 Mon Sep 17 00:00:00 2001 From: compn Date: Thu, 29 Jan 2009 02:23:06 +0000 Subject: increase max glyph and lines limit patch by Scaevolus on irc fixes http://samples.mplayerhq.hu/Matroska/subtitles/090128_gszs02.mkv git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28386 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass_render.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libass') diff --git a/libass/ass_render.c b/libass/ass_render.c index 3806907249..1da8b93dfc 100644 --- a/libass/ass_render.c +++ b/libass/ass_render.c @@ -41,8 +41,8 @@ #include "ass_fontconfig.h" #include "ass_library.h" -#define MAX_GLYPHS 1000 -#define MAX_LINES 100 +#define MAX_GLYPHS 3000 +#define MAX_LINES 300 static int last_render_id = 0; -- cgit v1.2.3