From a65720c4be06bcee0efa0ec783bb9bb088dbe873 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Mon, 30 May 2011 21:01:46 +0200 Subject: [PATCH] Nicer default style Use 50% alpha for the shadow. Looks nicer and is just like VSFilter. --- libass/ass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1