[MPlayer-cvslog] r28386 - trunk/libass/ass_render.c
compn
subversion at mplayerhq.hu
Thu Jan 29 03:23:06 CET 2009
Author: compn
Date: Thu Jan 29 03:23:06 2009
New Revision: 28386
Log:
increase max glyph limit
patch by Scaevolus on irc
Modified:
trunk/libass/ass_render.c
Modified: trunk/libass/ass_render.c
==============================================================================
--- trunk/libass/ass_render.c Thu Jan 29 01:18:32 2009 (r28385)
+++ trunk/libass/ass_render.c Thu Jan 29 03:23:06 2009 (r28386)
@@ -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;
More information about the MPlayer-cvslog
mailing list