summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mp_core.h b/mp_core.h
index 47d7d6cbbb..6eea692acd 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -115,6 +115,11 @@ typedef struct MPContext {
struct demux_stream *d_audio;
struct demux_stream *d_video;
struct demux_stream *d_sub;
+
+ // Uses: accessing metadata (consider ordered chapters case, where the main
+ // demuxer defines metadata), or special purpose demuxers like TV.
+ struct demuxer *master_demuxer;
+
mixer_t mixer;
struct ao *ao;
struct vo *video_out;