summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_render.h')
-rw-r--r--libass/ass_render.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libass/ass_render.h b/libass/ass_render.h
index db6d861..e19bd07 100644
--- a/libass/ass_render.h
+++ b/libass/ass_render.h
@@ -203,10 +203,10 @@ typedef struct {
} RenderContext;
typedef struct {
- Hashmap *font_cache;
- Hashmap *glyph_cache;
- Hashmap *bitmap_cache;
- Hashmap *composite_cache;
+ Cache *font_cache;
+ Cache *glyph_cache;
+ Cache *bitmap_cache;
+ Cache *composite_cache;
size_t glyph_max;
size_t bitmap_max_size;
} CacheStore;