summaryrefslogtreecommitdiffstats
path: root/libass/ass_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_priv.h')
-rw-r--r--libass/ass_priv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libass/ass_priv.h b/libass/ass_priv.h
index cd9447a..43a89c8 100644
--- a/libass/ass_priv.h
+++ b/libass/ass_priv.h
@@ -61,9 +61,7 @@ struct parser_priv {
// tracks [Script Info] headers set by the script
uint32_t header_flags;
-#ifdef USE_FRIBIDI_EX_API
- bool bidi_brackets;
-#endif
+ uint32_t feature_flags;
};
#endif /* LIBASS_PRIV_H */