From 78b07c7b605193de29f5e4e8d2e6b8f0495dd044 Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Fri, 18 Apr 2014 20:51:16 +1000 Subject: encode: disable keep-open when encoding --- player/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'player') diff --git a/player/main.c b/player/main.c index dc685b84f7..baf12c7f3a 100644 --- a/player/main.c +++ b/player/main.c @@ -393,6 +393,7 @@ int mp_initialize(struct MPContext *mpctx) m_config_set_option0(mpctx->mconfig, "vo", "lavc"); m_config_set_option0(mpctx->mconfig, "ao", "lavc"); m_config_set_option0(mpctx->mconfig, "fixed-vo", "yes"); + m_config_set_option0(mpctx->mconfig, "keep-open", "no"); m_config_set_option0(mpctx->mconfig, "force-window", "no"); m_config_set_option0(mpctx->mconfig, "gapless-audio", "yes"); mp_input_enable_section(mpctx->input, "encode", MP_INPUT_EXCLUSIVE); -- cgit v1.2.3