[vlc-commits] text_style: update defaults
Francois Cartegnie
git at videolan.org
Mon Aug 24 22:45:43 CEST 2015
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Aug 23 20:27:32 2015 +0200| [ac268ad0d123138b89b59eb696b70a9bf2c800f9] | committer: Francois Cartegnie
text_style: update defaults
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ac268ad0d123138b89b59eb696b70a9bf2c800f9
---
src/misc/text_style.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/misc/text_style.c b/src/misc/text_style.c
index 6fed9ab..5d66788 100644
--- a/src/misc/text_style.c
+++ b/src/misc/text_style.c
@@ -54,10 +54,10 @@ text_style_t *text_style_Create( int i_defaults )
p_style->i_font_alpha = 0xff;
p_style->i_outline_color = 0x000000;
p_style->i_outline_alpha = 0xff;
- p_style->i_shadow_color = 0x000000;
+ p_style->i_shadow_color = 0x808080;
p_style->i_shadow_alpha = 0xff;
- p_style->i_background_color = 0xffffff;
- p_style->i_background_alpha = 0x80;
+ p_style->i_background_color = 0x000000;
+ p_style->i_background_alpha = 0xff;
p_style->i_karaoke_background_color = 0xffffff;
p_style->i_karaoke_background_alpha = 0xff;
p_style->i_outline_width = 1;
More information about the vlc-commits
mailing list