summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.h
diff options
context:
space:
mode:
authorDr.Smile <vabnick@gmail.com>2015-09-19 03:08:29 +0300
committerDr.Smile <vabnick@gmail.com>2016-06-30 23:13:53 +0300
commit96601ede589799cb84cec4a616467c9e08412509 (patch)
tree7ccafe0cd9a325d23c6f4aeb7a5645518262ab9f /libass/ass_render.h
parent954c0163a7c7669c0c54527d4fe66745a0f572ef (diff)
downloadlibass-96601ede589799cb84cec4a616467c9e08412509.tar.bz2
libass-96601ede589799cb84cec4a616467c9e08412509.tar.xz
cache: keep ref_count of all active objects nonzero
Diffstat (limited to 'libass/ass_render.h')
-rw-r--r--libass/ass_render.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libass/ass_render.h b/libass/ass_render.h
index 83dd1d8..ac7d347 100644
--- a/libass/ass_render.h
+++ b/libass/ass_render.h
@@ -125,8 +125,10 @@ typedef struct {
int x, y;
Rectangle rect, rect_o;
- Bitmap *bm, *bm_o, *bm_s; // glyphs, outline, shadow bitmaps
size_t n_bm, n_bm_o;
+
+ Bitmap *bm, *bm_o, *bm_s; // glyphs, outline, shadow bitmaps
+ CompositeHashValue *image;
} CombinedBitmapInfo;
// describes a glyph