summaryrefslogtreecommitdiffstats
path: root/sub
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2014-10-23 14:29:16 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2014-10-23 14:33:11 +0200
commit6f958be3253ed002251039be9863c130f8d443e1 (patch)
treea9878ed15e4db525c72b6976379123fe4feacc05 /sub
parent7e27663b7bdd92125dd221bf3dbb8f760681c9d7 (diff)
downloadmpv-6f958be3253ed002251039be9863c130f8d443e1.tar.bz2
mpv-6f958be3253ed002251039be9863c130f8d443e1.tar.xz
osd: slightly change default style
Wider vertical margins, slightly thicker border and larger font size should be an improvement.
Diffstat (limited to 'sub')
-rw-r--r--sub/osd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sub/osd.c b/sub/osd.c
index 995908222b..8eac7feb03 100644
--- a/sub/osd.c
+++ b/sub/osd.c
@@ -43,14 +43,14 @@
static const struct osd_style_opts osd_style_opts_def = {
.font = "sans-serif",
- .font_size = 45,
+ .font_size = 55,
.color = {255, 255, 255, 255},
.border_color = {0, 0, 0, 255},
.shadow_color = {240, 240, 240, 128},
- .border_size = 2.5,
+ .border_size = 3,
.shadow_offset = 0,
.margin_x = 25,
- .margin_y = 10,
+ .margin_y = 22,
};
#define OPT_BASE_STRUCT struct osd_style_opts