summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-29 16:26:54 +0200
committerwm4 <wm4@nowhere>2016-09-29 16:26:54 +0200
commitb81ae52f508fa1e4447e97223f79f4c59ff99197 (patch)
treec3e51fba477d5ef6fa859ce86aca3d07314a9c63 /player/command.c
parentc245d04c3767583247b0f8acc4cbaa8f61bafa0f (diff)
downloadmpv-b81ae52f508fa1e4447e97223f79f4c59ff99197.tar.bz2
mpv-b81ae52f508fa1e4447e97223f79f4c59ff99197.tar.xz
player: enable reading from stdin after loading input.conf
Someone requested this.
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
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)