comparison libass/ass_render.c @ 28351:0e90b97bee00

increase max glyph and lines limit patch by Scaevolus on irc fixes http://samples.mplayerhq.hu/Matroska/subtitles/090128_gszs02.mkv
author compn
date Thu, 29 Jan 2009 02:23:06 +0000
parents 33b9d3402d3e
children 12e936031c36
comparison
equal deleted inserted replaced
28350:0b879bbbb432 28351:0e90b97bee00
39 #include "ass_cache.h" 39 #include "ass_cache.h"
40 #include "ass_utils.h" 40 #include "ass_utils.h"
41 #include "ass_fontconfig.h" 41 #include "ass_fontconfig.h"
42 #include "ass_library.h" 42 #include "ass_library.h"
43 43
44 #define MAX_GLYPHS 1000 44 #define MAX_GLYPHS 3000
45 #define MAX_LINES 100 45 #define MAX_LINES 300
46 46
47 static int last_render_id = 0; 47 static int last_render_id = 0;
48 48
49 typedef struct ass_settings_s { 49 typedef struct ass_settings_s {
50 int frame_width; 50 int frame_width;