diff --git a/demux/demux_edl.c b/demux/demux_edl.c index 27c1a527f9..205d607427 100644 --- a/demux/demux_edl.c +++ b/demux/demux_edl.c @@ -282,6 +282,7 @@ static struct timeline_par *build_timeline(struct timeline *root, MP_ERR(root, "Could not demux init fragment.\n"); goto error; } + MP_TARRAY_APPEND(root, root->sources, root->num_sources, tl->track_layout); } tl->parts = talloc_array_ptrtype(tl, tl->parts, parts->num_parts);