summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demux/demux_timeline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demux/demux_timeline.c b/demux/demux_timeline.c
index 0ff4adef63..a657efdab2 100644
--- a/demux/demux_timeline.c
+++ b/demux/demux_timeline.c
@@ -51,8 +51,8 @@ struct virtual_stream {
struct virtual_source *src; // group this stream is part of
};
-// This represents a single timeline source. (See timeline.next. For each
-// timeline struct there is a virtual_source.)
+// This represents a single timeline source. (See timeline.pars[]. For each
+// timeline_par struct there is a virtual_source.)
struct virtual_source {
struct timeline_par *tl;