demux_mkv: add S_DVBSUB

Probably works; untested.
This commit is contained in:
wm4
2014-06-17 22:44:27 +02:00
parent f76b3f8d19
commit 8ffef4be92
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1617,6 +1617,7 @@ static const char *const mkv_sub_tag[][2] = {
{ MKV_S_PGS, "hdmv_pgs_subtitle"},
{ MKV_S_WEBVTT_S, "webvtt-webm"},
{ MKV_S_WEBVTT_C, "webvtt-webm"},
{ MKV_S_DVB, "dvb_subtitle"},
{0}
};
+1
View File
@@ -94,5 +94,6 @@
#define MKV_S_ASS "S_ASS" // Deprecated
#define MKV_S_WEBVTT_S "D_WEBVTT/SUBTITLES"
#define MKV_S_WEBVTT_C "D_WEBVTT/CAPTIONS"
#define MKV_S_DVB "S_DVBSUB"
#endif /* MPLAYER_MATROSKA_H */