mirror of https://github.com/mpv-player/mpv
encoding: fixed-vo option was removed
This commit is contained in:
parent
aee0978d50
commit
96547a810e
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue