summaryrefslogtreecommitdiffstats
path: root/sub/osd_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/osd_state.h')
-rw-r--r--sub/osd_state.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sub/osd_state.h b/sub/osd_state.h
index 0fff668d2d..c2e7911d1b 100644
--- a/sub/osd_state.h
+++ b/sub/osd_state.h
@@ -57,8 +57,10 @@ struct osd_object {
struct mp_osd_res vo_res;
// Internally used by osd_libass.c
- struct sub_bitmaps parts_cache;
+ bool changed;
struct ass_state ass;
+ struct mp_ass_packer *ass_packer;
+ struct ass_image **ass_imgs;
};
struct osd_external {