From 9b9475e21809fbb4736b4290c2648900d9c49e2e Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Mon, 28 Aug 2023 20:15:49 -0500 Subject: player: rename --sub-forced-only to --sub-forced-events-only The old name is pretty bad and users mistakenly think it has something to do with selecting forced subtitles (that would be --subs-fallback-forced). Instead of giving it such a generic name, make it clearer that this has to do specifically with forced sub events which is only relevant for a small minority of subtitles. --- 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 1f47732d65..5e46a99b0b 100644 --- a/options/options.h +++ b/options/options.h @@ -83,7 +83,7 @@ struct mp_subtitle_opts { float sub_delay; float sub_fps; float sub_speed; - bool forced_subs_only; + bool sub_forced_events_only; bool stretch_dvd_subs; bool stretch_image_subs; bool image_subs_video_res; -- cgit v1.2.3