summaryrefslogtreecommitdiffstats
path: root/player/core.h
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/core.h
parenta0a089f6a48c2775478b544185a0ddeabf43cce8 (diff)
downloadmpv-5a186d5942bda0c7cae56bc524a6dceccb5c7d3f.tar.bz2
mpv-5a186d5942bda0c7cae56bc524a6dceccb5c7d3f.tar.xz
matroska: make timeline code independent of MPContext
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 1ac5ac7817..b692c29274 100644
--- a/player/core.h
+++ b/player/core.h
@@ -477,8 +477,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