summaryrefslogtreecommitdiffstats
path: root/libass/ass.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass.h')
-rw-r--r--libass/ass.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libass/ass.h b/libass/ass.h
index ef3ff23..6f8a1bd 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -242,13 +242,14 @@ typedef enum {
* When this feature is disabled, text is split into VSFilter-compatible
* segments and text in each segment is processed in isolation.
* Notably, this includes running the Unicode Bidirectional
- * Algorithm within each run separately.
+ * Algorithm and shaping the text within each run separately.
* The individual runs are then laid out left-to-right,
* even if they contain right-to-left text.
*
* When this feature is enabled, each event's text is processed as a whole
* (as far as possible). In particular, the Unicode Bidirectional
- * Algorithm is run on the whole text.
+ * Algorithm is run on the whole text, and text is shaped across
+ * override tags.
*
* This is incompatible with VSFilter and disabled by default.
*