From c9474dc9ed6172a5f17f66f4b7d367da6b077909 Mon Sep 17 00:00:00 2001 From: rcombs Date: Mon, 22 Jun 2020 15:08:42 -0500 Subject: player: add --subs-with-matching-audio option This allows users to control whether full dialogue subtitles are displayed with an audio track already in their preferred subtitle language. Additionally, this improves handling for the forced flag, automatically selecting between forced and unforced subtitle streams based on the user's settings and the selected audio. --- options/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 00b58dfbff..62eef010d7 100644 --- a/options/options.h +++ b/options/options.h @@ -73,6 +73,7 @@ struct mp_subtitle_opts { float sub_fps; float sub_speed; int forced_subs_only; + int forced_subs_only_current; int stretch_dvd_subs; int stretch_image_subs; int image_subs_video_res; @@ -252,6 +253,7 @@ typedef struct MPOpts { int stream_id[2][STREAM_TYPE_COUNT]; char **stream_lang[STREAM_TYPE_COUNT]; int stream_auto_sel; + int subs_with_matching_audio; int audio_display; char **display_tags; -- cgit v1.2.3