sub: add --sub-text-bold option

This was basically requested.
This commit is contained in:
wm4
2015-04-01 22:58:12 +02:00
parent 9e98702493
commit f9db94ab71
4 changed files with 6 additions and 0 deletions

View File

@@ -135,6 +135,7 @@ struct osd_style_opts {
int align_x;
int align_y;
float blur;
int bold;
};
extern const struct m_sub_options osd_style_conf;