From 9e537d1f6e90c4aca4778e47c082367639df28ca Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 11 Jul 2010 09:04:29 +0000 Subject: subs: Add support for DVB and XSUB subtitles, not yet working properly git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31694 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpcommon.c') 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, -- cgit v1.2.3