summaryrefslogtreecommitdiffstats
path: root/sub/osd.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-01 22:58:12 +0200
committerwm4 <wm4@nowhere>2015-04-01 22:58:12 +0200
commitf9db94ab71ccaf1e5639f28e69f07ccc164e130f (patch)
tree3f07472f7e38d81cce46464edfefd9d9952b02d3 /sub/osd.c
parent9e98702493068b28cbbbed56ff6b91e60c5e3b46 (diff)
downloadmpv-f9db94ab71ccaf1e5639f28e69f07ccc164e130f.tar.bz2
mpv-f9db94ab71ccaf1e5639f28e69f07ccc164e130f.tar.xz
sub: add --sub-text-bold option
This was basically requested.
Diffstat (limited to 'sub/osd.c')
-rw-r--r--sub/osd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/osd.c b/sub/osd.c
index 75e76ad0fd..e0759895bc 100644
--- a/sub/osd.c
+++ b/sub/osd.c
@@ -59,6 +59,7 @@ static const m_option_t style_opts[] = {
OPT_CHOICE("align-y", align_y, 0,
({"top", -1}, {"center", 0}, {"bottom", +1})),
OPT_FLOATRANGE("blur", blur, 0, 0, 20),
+ OPT_FLAG("bold", bold, 0),
{0}
};