summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-17 23:48:47 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-02-19 13:39:38 +0900
commit3be989dcd04c1c061f570d6dbc5a98e4a15aefc5 (patch)
tree6fe37daf642f9d89c77adbbbe7926e8726defcaf /player/core.h
parent0adc8ee5c11bd1d16702a736d177096be1129c76 (diff)
downloadmpv-3be989dcd04c1c061f570d6dbc5a98e4a15aefc5.tar.bz2
mpv-3be989dcd04c1c061f570d6dbc5a98e4a15aefc5.tar.xz
demux_edl: make independent from MPContext
(cherry picked from commit d7a4cb14ff8dc61d87cec54abcd7f7623e8cc666)
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/player/core.h b/player/core.h
index 64b36c57c6..98b3c7cd86 100644
--- a/player/core.h
+++ b/player/core.h
@@ -474,9 +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_mpv_edl.c
-void build_mpv_edl_timeline(struct MPContext *mpctx);
-
// video.c
void reset_video_state(struct MPContext *mpctx);
int reinit_video_chain(struct MPContext *mpctx);