From b81ae52f508fa1e4447e97223f79f4c59ff99197 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 29 Sep 2016 16:26:54 +0200 Subject: player: enable reading from stdin after loading input.conf Someone requested this. --- player/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index 53e6e6f99c..770df4aa6e 100644 --- a/player/core.h +++ b/player/core.h @@ -486,7 +486,7 @@ 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 mp_update_logging(struct MPContext *mpctx); +void mp_update_logging(struct MPContext *mpctx, bool preinit); // misc.c double rel_time_to_abs(struct MPContext *mpctx, struct m_rel_time t); -- cgit v1.2.3