changeset 28351:0e90b97bee00

increase max glyph and lines limit patch by Scaevolus on irc fixes http://samples.mplayerhq.hu/Matroska/subtitles/090128_gszs02.mkv
author compn
date Thu, 29 Jan 2009 02:23:06 +0000
parents 0b879bbbb432
children a33e2f3989cd
files libass/ass_render.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;