mirror of https://github.com/mpv-player/mpv
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:
parent
be5a9adfbf
commit
c312c67753
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue