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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libass/ass_cache.h b/libass/ass_cache.h
index 64751df..03e58c7 100644
--- a/libass/ass_cache.h
+++ b/libass/ass_cache.h
@@ -30,6 +30,7 @@ typedef struct cache Cache;
// cache values
typedef struct {
+ bool valid;
Bitmap *bm; // the actual bitmaps
Bitmap *bm_o;
} BitmapHashValue;
@@ -41,6 +42,7 @@ typedef struct {
} CompositeHashValue;
typedef struct {
+ bool valid;
ASS_Outline outline;
ASS_Outline border[2];
FT_BBox bbox_scaled; // bbox after scaling, but before rotation