summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.h
diff options
context:
space:
mode:
authorrcombs <rcombs@rcombs.me>2022-07-26 23:55:12 -0500
committerrcombs <rcombs@rcombs.me>2022-11-15 21:14:37 -0600
commitb79678d8434c2d2fec71c7d41f24c2341572df3e (patch)
tree9a25ecfca58c24dbd05c56ecf1e445c9234ab1fe /libass/ass_render.h
parent1ff207aada6db91be3af00550518421bd4393492 (diff)
downloadlibass-b79678d8434c2d2fec71c7d41f24c2341572df3e.tar.bz2
libass-b79678d8434c2d2fec71c7d41f24c2341572df3e.tar.xz
ass_shaper: move cache ownership to the renderer
Diffstat (limited to 'libass/ass_render.h')
-rw-r--r--libass/ass_render.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libass/ass_render.h b/libass/ass_render.h
index cf0eb41..cfbd8a3 100644
--- a/libass/ass_render.h
+++ b/libass/ass_render.h
@@ -296,6 +296,7 @@ typedef struct {
Cache *outline_cache;
Cache *bitmap_cache;
Cache *composite_cache;
+ Cache *metrics_cache;
size_t glyph_max;
size_t bitmap_max_size;
size_t composite_max_size;