summaryrefslogtreecommitdiffstats
path: root/libass
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-29 02:23:06 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-29 02:23:06 +0000
commitc312c67753bc4874e53c5d858a86bd961a472357 (patch)
treecb5a9f2bc773916854c66c13f126611b693a4847 /libass
parentbe5a9adfbf460276864ffb41e6edeee70bc305de (diff)
downloadmpv-c312c67753bc4874e53c5d858a86bd961a472357.tar.bz2
mpv-c312c67753bc4874e53c5d858a86bd961a472357.tar.xz
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
Diffstat (limited to 'libass')
-rw-r--r--libass/ass_render.c4
1 files changed, 2 insertions, 2 deletions
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;