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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libass/ass_render.h b/libass/ass_render.h
index e1b42b2..ea630aa 100644
--- a/libass/ass_render.h
+++ b/libass/ass_render.h
@@ -296,6 +296,9 @@ typedef struct {
int wrap_style;
int font_encoding;
+ // combination of ASS_OVERRIDE_BIT_* flags that apply right now
+ unsigned overrides;
+
// used to store RenderContext.style when doing selective style overrides
ASS_Style override_style_temp_storage;
} RenderContext;