summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-13 00:18:54 +0100
committerwm4 <wm4@nowhere>2015-02-13 00:18:54 +0100
commit96547a810e87d06121704ed67e3cf44430752c67 (patch)
treea1dce945d237dd9f93967d1af5bb8341c3cd7460 /player
parentaee0978d50e21d8f114382fdb9c014c029f71a04 (diff)
downloadmpv-96547a810e87d06121704ed67e3cf44430752c67.tar.bz2
mpv-96547a810e87d06121704ed67e3cf44430752c67.tar.xz
encoding: fixed-vo option was removed
Diffstat (limited to 'player')
-rw-r--r--player/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/main.c b/player/main.c
index 4a8f723bb2..98c5861f13 100644
--- a/player/main.c
+++ b/player/main.c
@@ -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");