From 10781c2a9c175a8f9e445df4a91031301f225351 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Feb 2015 23:48:07 +0100 Subject: demux_cue: make independent from MPContext Also see previous commit(s). --- player/core.h | 2 -- player/loadfile.c | 3 --- 2 files changed, 5 deletions(-) (limited to 'player') diff --git a/player/core.h b/player/core.h index b692c29274..fd1ef86324 100644 --- a/player/core.h +++ b/player/core.h @@ -479,8 +479,6 @@ void update_osd_sub_state(struct MPContext *mpctx, int order, // timeline/tl_mpv_edl.c void build_mpv_edl_timeline(struct MPContext *mpctx); -// timeline/tl_cue.c -void build_cue_timeline(struct MPContext *mpctx); // video.c void reset_video_state(struct MPContext *mpctx); diff --git a/player/loadfile.c b/player/loadfile.c index 26e3be43ea..6bd228fe62 100644 --- a/player/loadfile.c +++ b/player/loadfile.c @@ -991,9 +991,6 @@ static void load_timeline(struct MPContext *mpctx) if (mpctx->demuxer->type == DEMUXER_TYPE_EDL) build_mpv_edl_timeline(mpctx); - if (mpctx->demuxer->type == DEMUXER_TYPE_CUE) - build_cue_timeline(mpctx); - mpctx->tl = timeline_load(mpctx->global, mpctx->log, mpctx->demuxer); if (mpctx->tl) { mpctx->timeline = mpctx->tl->parts; -- cgit v1.2.3