summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-08-25 23:38:57 -0500
committerDudemanguy <random342@airmail.cc>2023-08-28 18:43:46 +0000
commit165f9e061f79e95a6297cf79e8cf5f2d42b71b4c (patch)
tree9e9e34d22b2913a8861eef1dccb565a57d828f74 /options/options.h
parent58ec0630f545705f0300805a43ee24aa0dcb59d6 (diff)
downloadmpv-165f9e061f79e95a6297cf79e8cf5f2d42b71b4c.tar.bz2
mpv-165f9e061f79e95a6297cf79e8cf5f2d42b71b4c.tar.xz
player: add always to --subs-fallback-forced
In general, forced tracks should only be shown if they match the language of the audio. However some people do want them no matter what, so add an always option to this so such tracks are always selected.
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 52547183a2..a2fca90432 100644
--- a/options/options.h
+++ b/options/options.h
@@ -270,7 +270,7 @@ typedef struct MPOpts {
bool subs_with_matching_audio;
bool subs_match_os_language;
int subs_fallback;
- bool subs_fallback_forced;
+ int subs_fallback_forced;
int audio_display;
char **display_tags;