From 50837129b231ae9a811abac2767af5fa6ced621b Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 19 Nov 2013 22:23:41 +0100 Subject: timeline: add new EDL format Edit Decision Lists (EDL) allow combining parts from multiple source files into one virtual file. MPlayer had an EDL format (which sucked), which mplayer2 tried to improve with its own format (which sucked). As logic demands, mpv introduces its very own format (which sucks). The new format should actually be much simpler and easier to use, and its implementation is simpler and smaller too. --- mpvcore/player/mp_core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mpvcore/player/mp_core.h') diff --git a/mpvcore/player/mp_core.h b/mpvcore/player/mp_core.h index 4dcb218a80..4e0dede812 100644 --- a/mpvcore/player/mp_core.h +++ b/mpvcore/player/mp_core.h @@ -425,6 +425,8 @@ void update_subtitles(struct MPContext *mpctx); // 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_edl.c void build_edl_timeline(struct MPContext *mpctx); // timeline/tl_cue.c -- cgit v1.2.3