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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sub/osd_state.h b/sub/osd_state.h
index 8207cf0dda..b563502fd6 100644
--- a/sub/osd_state.h
+++ b/sub/osd_state.h
@@ -23,6 +23,8 @@ struct ass_state {
struct ass_renderer *render;
struct ass_library *library;
int res_x, res_y;
+ bool changed;
+ struct mp_osd_res vo_res; // last known value
};
struct osd_object {