summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_render.h')
-rw-r--r--libass/ass_render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass_render.h b/libass/ass_render.h
index af06e99..e654a94 100644
--- a/libass/ass_render.h
+++ b/libass/ass_render.h
@@ -171,7 +171,7 @@ typedef struct glyph_info {
int shape_run_id;
ASS_Vector shift;
- BitmapHashValue *image, *image_o;
+ Bitmap *bm, *bm_o;
// next glyph in this cluster
struct glyph_info *next;