]> granicus.if.org Git - libass/commitdiff
Nicer default style
authorGrigori Goronzy <greg@blackbox>
Mon, 30 May 2011 19:01:46 +0000 (21:01 +0200)
committerGrigori Goronzy <greg@blackbox>
Mon, 30 May 2011 19:36:03 +0000 (21:36 +0200)
Use 50% alpha for the shadow. Looks nicer and is just like VSFilter.

libass/ass.c

index 8e4f0f46f11aff5e37ad1fca208a1a14a1c092ad..bdf2499469e543139da7cc01fc240fa37a9f0476 100644 (file)
@@ -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;