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/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index 9b771a2e1d..7c0cfb82ee 100644 --- a/player/command.c +++ b/player/command.c @@ -5668,7 +5668,7 @@ void mp_option_change_callback(void *ctx, struct m_config_option *co, int flags) struct command_ctx *cmd = mpctx->command_ctx; if (flags & UPDATE_TERM) - mp_update_logging(mpctx); + mp_update_logging(mpctx, false); if (mpctx->video_out) { if (flags & UPDATE_VIDEOPOS) -- cgit v1.2.3