mirror of
https://github.com/mpv-player/mpv.git
synced 2026-06-06 20:10:30 +00:00
demux_mkv: add S_DVBSUB
Probably works; untested.
This commit is contained in:
@@ -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}
|
||||
};
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user