From b626f3ba8367d88e3526efa49961f91af4a6620c Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 15 Oct 2023 10:28:40 -0500 Subject: options: rename --sub-ass-force-style to --sub-ass-style-overrides This option has exactly the same semantics are other mpv options that override a particular thing with something from the user. So instead of the "force-style" name, use "-overrides" which is more consistent. The plural form is used since it's a list option. --- options/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 0dcbe0adef..3c1e947622 100644 --- a/options/options.h +++ b/options/options.h @@ -108,7 +108,7 @@ struct mp_subtitle_opts { int ass_vsfilter_color_compat; bool ass_vsfilter_blur_compat; bool use_embedded_fonts; - char **ass_force_style_list; + char **ass_style_override_list; char *ass_styles_file; int ass_style_override; int ass_hinting; -- cgit v1.2.3