summaryrefslogtreecommitdiffstats
path: root/libass/ass.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass.h')
-rw-r--r--libass/ass.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libass/ass.h b/libass/ass.h
index 022668b..bd32458 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -44,6 +44,13 @@ typedef struct ass_image {
int dst_x, dst_y; // Bitmap placement inside the video frame
struct ass_image *next; // Next image, or NULL
+
+ enum {
+ IMAGE_TYPE_CHARACTER,
+ IMAGE_TYPE_OUTLINE,
+ IMAGE_TYPE_SHADOW
+ } type;
+
} ASS_Image;
/*