From f9db94ab71ccaf1e5639f28e69f07ccc164e130f Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 1 Apr 2015 22:58:12 +0200 Subject: sub: add --sub-text-bold option This was basically requested. --- sub/osd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sub/osd.c') 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} }; -- cgit v1.2.3