# HG changeset patch # User compn # Date 1233195786 0 # Node ID 0e90b97bee00bbef03234338b6b3e6d82c144699 # Parent 0b879bbbb432c82ebfa8bc88316bca0d4fe6c4aa increase max glyph and lines limit patch by Scaevolus on irc fixes http://samples.mplayerhq.hu/Matroska/subtitles/090128_gszs02.mkv diff -r 0b879bbbb432 -r 0e90b97bee00 libass/ass_render.c --- a/libass/ass_render.c Thu Jan 29 00:18:32 2009 +0000 +++ b/libass/ass_render.c Thu Jan 29 02:23:06 2009 +0000 @@ -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;