summaryrefslogtreecommitdiffstats
path: root/sub/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sub.h')
-rw-r--r--sub/sub.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sub/sub.h b/sub/sub.h
index 8a8a2ab941..05c89af565 100644
--- a/sub/sub.h
+++ b/sub/sub.h
@@ -63,7 +63,8 @@ struct osd_state {
struct ass_library *ass_library;
struct ass_renderer *ass_renderer;
struct sh_sub *sh_sub;
- bool changed_outside_sd;
+ int bitmap_id;
+ int bitmap_pos_id;
double sub_pts;
double sub_offset;
struct mp_eosd_res dim;