summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authordyphire <qimoge@gmail.com>2023-12-18 03:18:11 +0800
committerDudemanguy <random342@airmail.cc>2023-12-18 14:58:34 +0000
commitb563b2aed0aaca7a51ffe40e0e923c00fd77de46 (patch)
tree556f5cf4ffd7581df3f187895e1558d88d3398a2 /options/options.h
parent702b3eb956a23b73e0f23763fea6cebed004cb44 (diff)
downloadmpv-b563b2aed0aaca7a51ffe40e0e923c00fd77de46.tar.bz2
mpv-b563b2aed0aaca7a51ffe40e0e923c00fd77de46.tar.xz
options: add --secondary-sub-ass-override
Default: strip. preserve the old behavior
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.h b/options/options.h
index 86344c52f6..9efaff76a8 100644
--- a/options/options.h
+++ b/options/options.h
@@ -107,7 +107,6 @@ struct mp_subtitle_opts {
bool use_embedded_fonts;
char **ass_style_override_list;
char *ass_styles_file;
- int ass_style_override;
int ass_hinting;
int ass_shaper;
bool ass_justify;
@@ -121,6 +120,7 @@ struct mp_subtitle_shared_opts {
float sub_delay[2];
float sub_pos[2];
bool sub_visibility[2];
+ int ass_style_override[2];
};
struct mp_sub_filter_opts {