From a30e7272669478ca1a04469c0ab3614b0e99dd98 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 14 Jun 2016 16:43:07 +0200 Subject: demux_mkv: support Matroska webvtt They're different from the Google/WebM subtitle types, and use a new codec ID. Fixes #3247. --- demux/demux_mkv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'demux') diff --git a/demux/demux_mkv.c b/demux/demux_mkv.c index a77b2501b3..f454f5fd20 100644 --- a/demux/demux_mkv.c +++ b/demux/demux_mkv.c @@ -1720,6 +1720,7 @@ static const char *const mkv_sub_tag[][2] = { { "S_HDMV/PGS", "hdmv_pgs_subtitle"}, { "D_WEBVTT/SUBTITLES", "webvtt-webm"}, { "D_WEBVTT/CAPTIONS", "webvtt-webm"}, + { "S_TEXT/WEBVTT", "webvtt"}, { "S_DVBSUB", "dvb_subtitle"}, {0} }; -- cgit v1.2.3