summaryrefslogtreecommitdiffstats
path: root/demux/demux_cue.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux_cue.c')
-rw-r--r--demux/demux_cue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/demux_cue.c b/demux/demux_cue.c
index 8518d928d1..708b742e8f 100644
--- a/demux/demux_cue.c
+++ b/demux/demux_cue.c
@@ -232,6 +232,7 @@ static void build_timeline(struct timeline *tl)
tl->num_chapters = track_count;
MP_TARRAY_APPEND(tl, tl->pars, tl->num_pars, par);
tl->meta = par->track_layout;
+ tl->format = "cue";
out:
talloc_free(ctx);