summaryrefslogtreecommitdiffstats
path: root/mpcommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.c')
-rw-r--r--mpcommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpcommon.c b/mpcommon.c
index b03248c937..962c0da4d2 100644
--- a/mpcommon.c
+++ b/mpcommon.c
@@ -94,7 +94,7 @@ static bool is_text_sub(int type)
static bool is_av_sub(int type)
{
- return type == 'p';
+ return type == 'b' || type == 'p' || type == 'x';
}
void update_subtitles(struct MPContext *mpctx, struct MPOpts *opts,