From 44a7cb7f0ed9c46bb83ce4aa23de257c4ba1b862 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 19 Sep 2016 19:57:31 +0200 Subject: player: minor changes in init code Move the MPV_LEAK_REPORT env query to mp_create(), where it will also be used by the client API (it might be helpful, so why not). The same applies to MPV_VERBOSE. The prepare_playlist() call doesn't need to be in mp_initialize() and can just be in mp_play_files() to reduce the size of mp_initialize(). Also, remove wakeup_playloop(), which is 100% redundant with mp_wakeup_core_cb(). --- player/core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index c36972e807..df2df834fa 100644 --- a/player/core.h +++ b/player/core.h @@ -486,7 +486,6 @@ int mp_initialize(struct MPContext *mpctx, char **argv); struct MPContext *mp_create(void); void mp_destroy(struct MPContext *mpctx); void mp_print_version(struct mp_log *log, int always); -void wakeup_playloop(void *ctx); void mp_update_logging(struct MPContext *mpctx); // misc.c -- cgit v1.2.3