encoding: fixed-vo option was removed

This commit is contained in:
wm4 2015-02-13 00:18:54 +01:00
parent aee0978d50
commit 96547a810e
1 changed files with 0 additions and 1 deletions

View File

@ -401,7 +401,6 @@ 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");