summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-15 13:55:54 +0100
committerwm4 <wm4@nowhere>2020-02-15 13:55:54 +0100
commit64a03b03eacaca7a5b9c2e7323d96811ecad83e0 (patch)
tree74340a0645b65a24cd992676233949fa408c559a
parentd5de8ddb65e41ba8e7ecbd4d8faf84d2d7da60f8 (diff)
downloadmpv-64a03b03eacaca7a5b9c2e7323d96811ecad83e0.tar.bz2
mpv-64a03b03eacaca7a5b9c2e7323d96811ecad83e0.tar.xz
demux_timeline: fix a comment
-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;