summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/options.h')
-rw-r--r--core/options.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/options.h b/core/options.h
index 50f5d10bbf..3f916310b6 100644
--- a/core/options.h
+++ b/core/options.h
@@ -110,8 +110,9 @@ typedef struct MPOpts {
char **sub_name;
char **sub_paths;
int sub_auto;
+ struct osd_style_opts *osd_style;
+ float sub_scale;
int ass_enabled;
- float ass_font_scale;
float ass_line_spacing;
int ass_top_margin;
int ass_bottom_margin;
@@ -119,8 +120,6 @@ typedef struct MPOpts {
int ass_vsfilter_aspect_compat;
int use_embedded_fonts;
char **ass_force_style_list;
- char *ass_color;
- char *ass_border_color;
char *ass_styles_file;
int ass_style_override;
int ass_hinting;