summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2011-05-30 21:01:46 +0200
committerGrigori Goronzy <greg@blackbox>2011-05-30 21:36:03 +0200
commita65720c4be06bcee0efa0ec783bb9bb088dbe873 (patch)
tree90eb9cec1bb0e60dabfd15c958698b7c627673c8
parente6438cc29c441ed6d0aad17dc6bdd85b69ced61b (diff)
downloadlibass-a65720c4be06bcee0efa0ec783bb9bb088dbe873.tar.bz2
libass-a65720c4be06bcee0efa0ec783bb9bb088dbe873.tar.xz
Nicer default style
Use 50% alpha for the shadow. Looks nicer and is just like VSFilter.
-rw-r--r--libass/ass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass.c b/libass/ass.c
index 8e4f0f4..bdf2499 100644
--- a/libass/ass.c
+++ b/libass/ass.c
@@ -177,7 +177,7 @@ static void set_default_style(ASS_Style *style)
style->PrimaryColour = 0xffffff00;
style->SecondaryColour = 0x00ffff00;
style->OutlineColour = 0x00000000;
- style->BackColour = 0x00000000;
+ style->BackColour = 0x00000080;
style->Bold = 200;
style->ScaleX = 1.0;
style->ScaleY = 1.0;