summaryrefslogtreecommitdiffstats
path: root/libass/ass.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-31 23:56:24 +0200
committerwm4 <wm4@nowhere>2014-06-01 23:50:09 +0200
commit4648a02281ff0860cb06e3f56df9095b8a114294 (patch)
tree71181322f82dd608ac08a1964f631bbb3c338e94 /libass/ass.h
parentdc0a14e61a1c454d593db5a91de0819921a2ddc9 (diff)
downloadlibass-4648a02281ff0860cb06e3f56df9095b8a114294.tar.bz2
libass-4648a02281ff0860cb06e3f56df9095b8a114294.tar.xz
Add BorderStyle=4, background color for text
This is somewhat similar to BorderStyle=3, but with a number of differences. Mainly, this new BorderStyle doesn't create overlaps within an event. Closes #105.
Diffstat (limited to 'libass/ass.h')
-rw-r--r--libass/ass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass.h b/libass/ass.h
index 17af8cb..b797a97 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -23,7 +23,7 @@
#include <stdarg.h>
#include "ass_types.h"
-#define LIBASS_VERSION 0x01102000
+#define LIBASS_VERSION 0x01102001
/*
* A linked list of images produced by an ass renderer.