summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-17 23:46:50 +0100
committerwm4 <wm4@nowhere>2015-02-17 23:46:50 +0100
commit5a186d5942bda0c7cae56bc524a6dceccb5c7d3f (patch)
tree6ac711332f12a5d3dc2243cb39a4f9e85807dd9c /player/loadfile.c
parenta0a089f6a48c2775478b544185a0ddeabf43cce8 (diff)
downloadmpv-5a186d5942bda0c7cae56bc524a6dceccb5c7d3f.tar.bz2
mpv-5a186d5942bda0c7cae56bc524a6dceccb5c7d3f.tar.xz
matroska: make timeline code independent of MPContext
Diffstat (limited to 'player/loadfile.c')
-rw-r--r--player/loadfile.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index c6b2133e51..26e3be43ea 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -988,9 +988,6 @@ static void load_timeline(struct MPContext *mpctx)
MP_TARRAY_APPEND(NULL, mpctx->sources, mpctx->num_sources, mpctx->demuxer);
- if (mpctx->demuxer->matroska_data.ordered_chapters)
- build_ordered_chapter_timeline(mpctx);
-
if (mpctx->demuxer->type == DEMUXER_TYPE_EDL)
build_mpv_edl_timeline(mpctx);