View Single Post
Old 2009-02-06, 11:51   Link #57
Starks
I see what you did there!
*Scanlator
 
 
Join Date: Apr 2004
Age: 36
Send a message via AIM to Starks
Has the max glyphs patch been committed to the aegisub svn? I know it's in greg's megapatch.

Code:
--- trunk/libass/ass_render.c    2008/08/08 20:08:02    27442
+++ trunk/libass/ass_render.c    2009/01/29 02:23:06    28386
@@ -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;
__________________

Last edited by Starks; 2009-02-06 at 13:11.
Starks is offline   Reply With Quote