From d26ba961d05a2de165fa87c41d705ed3db00231b Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 16 Feb 2015 22:06:41 +0100 Subject: command: add rescan_external_files Requested. Hopefully will be useful for things that download and add external subtitles on demand. Or something. Closes #1586. --- player/core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index d6475eb385..5b69541d24 100644 --- a/player/core.h +++ b/player/core.h @@ -394,6 +394,9 @@ void mp_play_files(struct MPContext *mpctx); void update_demuxer_properties(struct MPContext *mpctx); void reselect_demux_streams(struct MPContext *mpctx); void prepare_playlist(struct MPContext *mpctx, struct playlist *pl); +void autoload_external_files(struct MPContext *mpctx); +struct track *select_track(struct MPContext *mpctx, enum stream_type type, + int tid, int ffid, char **langs); // main.c int mpv_main(int argc, char *argv[]); -- cgit v1.2.3