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
This commit is contained in:
compn 2009-01-29 02:23:06 +00:00
parent be5a9adfbf
commit c312c67753
1 changed files with 2 additions and 2 deletions

View File

@ -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;