summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_cache_template.h')
-rw-r--r--libass/ass_cache_template.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libass/ass_cache_template.h b/libass/ass_cache_template.h
index 0c4ffdc..5de492c 100644
--- a/libass/ass_cache_template.h
+++ b/libass/ass_cache_template.h
@@ -101,6 +101,14 @@ START(filter, filter_desc)
VECTOR(shadow)
END(FilterDesc)
+// describes glyph bitmap reference
+START(bitmap_ref, bitmap_ref_key)
+ GENERIC(BitmapHashValue *, image)
+ GENERIC(BitmapHashValue *, image_o)
+ VECTOR(pos)
+ VECTOR(pos_o)
+END(BitmapRef)
+
#undef START
#undef GENERIC
#undef STRING