summaryrefslogtreecommitdiffstats
path: root/libass/ass.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass.h')
-rw-r--r--libass/ass.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libass/ass.h b/libass/ass.h
index cad25ae..78951a9 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -56,6 +56,7 @@ typedef struct ass_image {
IMAGE_TYPE_SHADOW
} type;
+ // New fields can be added here in new ABI-compatible library releases.
} ASS_Image;
/*
@@ -170,6 +171,7 @@ typedef enum {
* On dialogue events override: Justify
*/
ASS_OVERRIDE_BIT_JUSTIFY = 1 << 10,
+ // New enum values can be added here in new ABI-compatible library releases.
} ASS_OverrideBits;
/**