sub: add (sub/osd)-border-style; renaming sub options

This commit is contained in:
Misaki Kasumi
2024-05-21 11:15:23 +08:00
committed by Dudemanguy
parent c0f5d2391b
commit f2e7146cb1
9 changed files with 98 additions and 70 deletions

View File

@@ -145,10 +145,10 @@ struct osd_style_opts {
char *font;
float font_size;
struct m_color color;
struct m_color border_color;
struct m_color shadow_color;
struct m_color outline_color;
struct m_color back_color;
float border_size;
int border_style;
float outline_size;
float shadow_offset;
float spacing;
int margin_x;