summaryrefslogtreecommitdiffstats
path: root/demux/matroska.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-17 22:44:27 +0200
committerwm4 <wm4@nowhere>2014-06-17 22:44:27 +0200
commit8ffef4be92fe52b6d70c0f76e92f062a4e6eeeca (patch)
tree1f5cd15601b814c540f4ec9f7b795786fb493b1b /demux/matroska.h
parentf76b3f8d19efa9377b6c4c807138487dabc84312 (diff)
downloadmpv-8ffef4be92fe52b6d70c0f76e92f062a4e6eeeca.tar.bz2
mpv-8ffef4be92fe52b6d70c0f76e92f062a4e6eeeca.tar.xz
demux_mkv: add S_DVBSUB
Probably works; untested.
Diffstat (limited to 'demux/matroska.h')
-rw-r--r--demux/matroska.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/matroska.h b/demux/matroska.h
index a6be019b2d..63ef7708ab 100644
--- a/demux/matroska.h
+++ b/demux/matroska.h
@@ -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 */