summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_cache.h')
-rw-r--r--libass/ass_cache.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libass/ass_cache.h b/libass/ass_cache.h
index 7375f04..677b705 100644
--- a/libass/ass_cache.h
+++ b/libass/ass_cache.h
@@ -35,8 +35,10 @@ typedef struct {
} BitmapHashValue;
typedef struct {
- unsigned char *a;
- unsigned char *b;
+ Bitmap *bm;
+ Bitmap *bm_o;
+ Bitmap *bm_s;
+ FT_Vector pos;
} CompositeHashValue;
typedef struct {