demux_timeline: fix a comment

This commit is contained in:
wm4 2020-02-15 13:55:54 +01:00
parent d5de8ddb65
commit 64a03b03ea
1 changed files with 2 additions and 2 deletions

View File

@ -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;