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, 2 insertions, 0 deletions
diff --git a/libass/ass_render.h b/libass/ass_render.h
index d7416e1..8b4698b 100644
--- a/libass/ass_render.h
+++ b/libass/ass_render.h
@@ -275,6 +275,8 @@ typedef struct {
unsigned overrides;
// whether to apply font_scale
int apply_font_scale;
+ // whether this is assumed to be explicitly positioned
+ int explicit;
// used to store RenderContext.style when doing selective style overrides
ASS_Style override_style_temp_storage;