summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mp_core.h b/mp_core.h
index 825718f161..6f4d1d8557 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -251,4 +251,8 @@ char *chapter_display_name(struct MPContext *mpctx, int chapter);
void update_subtitles(struct MPContext *mpctx, double refpts,
double sub_offset, bool reset);
+
+// timeline/tl_matroska.c
+void build_ordered_chapter_timeline(struct MPContext *mpctx);
+
#endif /* MPLAYER_MP_CORE_H */