summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-17 23:46:50 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-02-19 13:39:38 +0900
commitf113e03b8929ea7dc46c7de9bc5209dfef303165 (patch)
tree6028f9e81b3b7930dd2f8ca3d8b0d6d5de07f072 /player/core.h
parent630a7b7d82d48b9561940a08d5291495dc2b1079 (diff)
downloadmpv-f113e03b8929ea7dc46c7de9bc5209dfef303165.tar.bz2
mpv-f113e03b8929ea7dc46c7de9bc5209dfef303165.tar.xz
matroska: make timeline code independent of MPContext
(cherry picked from commit 5a186d5942bda0c7cae56bc524a6dceccb5c7d3f)
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/player/core.h b/player/core.h
index 6cb77f7499..41df775ee2 100644
--- a/player/core.h
+++ b/player/core.h
@@ -474,8 +474,6 @@ void uninit_sub_renderer(struct MPContext *mpctx);
void update_osd_sub_state(struct MPContext *mpctx, int order,
struct osd_sub_state *out_state);
-// timeline/tl_matroska.c
-void build_ordered_chapter_timeline(struct MPContext *mpctx);
// timeline/tl_mpv_edl.c
void build_mpv_edl_timeline(struct MPContext *mpctx);
// timeline/tl_cue.c