From: Grigori Goronzy Date: Mon, 30 May 2011 19:01:46 +0000 (+0200) Subject: Nicer default style X-Git-Tag: 0.9.12~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a65720c4be06bcee0efa0ec783bb9bb088dbe873;p=libass Nicer default style Use 50% alpha for the shadow. Looks nicer and is just like VSFilter. --- 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;