summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mp_core.h b/mp_core.h
index 7df1a3ba1d..fbcd03b8ba 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -261,5 +261,7 @@ void update_subtitles(struct MPContext *mpctx, double refpts,
void build_ordered_chapter_timeline(struct MPContext *mpctx);
// timeline/tl_edl.c
void build_edl_timeline(struct MPContext *mpctx);
+// timeline/tl_cue.c
+void build_cue_timeline(struct MPContext *mpctx);
#endif /* MPLAYER_MP_CORE_H */