summaryrefslogtreecommitdiffstats
path: root/libass/ass_types.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-01-11 00:47:32 +0100
committerGrigori Goronzy <greg@monster>2013-01-11 02:43:38 +0100
commit794fa0f2cb8c3b3b5fc9e26dbca489fae1b5d1ab (patch)
treedc34ea0563b328f1389c8cdcdc7faedecb54b50a /libass/ass_types.h
parent731e5a0503a8f430663032307244b2adde690777 (diff)
downloadlibass-794fa0f2cb8c3b3b5fc9e26dbca489fae1b5d1ab.tar.bz2
libass-794fa0f2cb8c3b3b5fc9e26dbca489fae1b5d1ab.tar.xz
Add Blur field to ASS_Style
Useful when applications specify the style manually for non-ASS subtitles.
Diffstat (limited to 'libass/ass_types.h')
-rw-r--r--libass/ass_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libass/ass_types.h b/libass/ass_types.h
index 3be1029..677ba96 100644
--- a/libass/ass_types.h
+++ b/libass/ass_types.h
@@ -60,6 +60,7 @@ typedef struct ass_style {
int MarginV;
int Encoding;
int treat_fontname_as_pattern;
+ double Blur;
} ASS_Style;
/*