summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/core.h b/player/core.h
index ad700cbc22..1f2b72bfb4 100644
--- a/player/core.h
+++ b/player/core.h
@@ -180,7 +180,7 @@ typedef struct MPContext {
int64_t shown_vframes, shown_aframes;
struct stream *stream; // stream that was initially opened
- struct demuxer **sources;
+ struct demuxer **sources; // all open demuxers
int num_sources;
struct timeline *tl;
@@ -191,7 +191,7 @@ typedef struct MPContext {
int num_chapters;
double video_offset;
- struct demuxer *demuxer;
+ struct demuxer *demuxer; // can change with timeline
struct mp_tags *filtered_tags;
struct track **tracks;