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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/libass/ass_cache.h b/libass/ass_cache.h
index 80f9b5c..bb2206d 100644
--- a/libass/ass_cache.h
+++ b/libass/ass_cache.h
@@ -30,13 +30,7 @@ typedef struct cache Cache;
// cache values
typedef struct {
- Bitmap *bm; // the actual bitmap
-} BitmapHashValue;
-
-typedef struct {
- Bitmap *bm;
- Bitmap *bm_o;
- Bitmap *bm_s;
+ Bitmap bm, bm_o, bm_s;
} CompositeHashValue;
typedef struct {