summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 06bf65809b..6976982e15 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -182,6 +182,9 @@ typedef struct demuxer {
// for trivial demuxers which just read the whole file for codec to use
struct bstr file_contents;
+ // If the file is a playlist file
+ struct playlist *playlist;
+
void *priv; // demuxer-specific internal data
char **info; // metadata
struct MPOpts *opts;