summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-17 01:55:16 +0200
committerwm4 <wm4@nowhere>2014-10-17 02:05:40 +0200
commit210d3ea34272330c446d2b3f59e87e633b3a7fb9 (patch)
tree83fe648bcb29d0385679fb47bc2351881c906122 /libass/ass_render.h
parent1b8e673438793b6ccfa3d386a34e7955dad53f57 (diff)
downloadlibass-210d3ea34272330c446d2b3f59e87e633b3a7fb9.tar.bz2
libass-210d3ea34272330c446d2b3f59e87e633b3a7fb9.tar.xz
Provide slightly more fine-grained control over style overrides
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 e1b42b24..ea630aa4 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;