summaryrefslogtreecommitdiffstats
path: root/libass/ass.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass.h')
-rw-r--r--libass/ass.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libass/ass.h b/libass/ass.h
index 24a4618..912a7a1 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -166,6 +166,10 @@ typedef enum {
* resolution given by the ASS_Track.
*/
ASS_OVERRIDE_FULL_STYLE = 1 << 9,
+ /**
+ * On dialogue events override: Justify
+ */
+ ASS_OVERRIDE_BIT_JUSTIFY = 1 << 10,
} ASS_OverrideBits;
/**