summaryrefslogtreecommitdiffstats
path: root/demux/demux_edl.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux_edl.c')
-rw-r--r--demux/demux_edl.c1
1 files changed, 1 insertions, 0 deletions
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);