diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-02-06 13:15:33 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-02-06 13:16:06 +0100 |
commit | 652ede359ce2e15405efaa70517e9ec612f4338a (patch) | |
tree | a6c5068b45f37f46d29a7a6722e94910d6cb92b2 | |
parent | 5127283f417ddeb3b3843bd96172bc9d463f08fb (diff) | |
download | dotfiles-652ede359ce2e15405efaa70517e9ec612f4338a.tar.gz dotfiles-652ede359ce2e15405efaa70517e9ec612f4338a.tar.bz2 dotfiles-652ede359ce2e15405efaa70517e9ec612f4338a.zip |
mpv: Allow fallback from vaapi to xv
-rw-r--r-- | .mpv/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mpv/config b/.mpv/config index 062863c..bdba4b7 100644 --- a/.mpv/config +++ b/.mpv/config @@ -1,7 +1,7 @@ ao=pulse channels=6 softvol=no -vo=vaapi +vo=vaapi,xv [vo.vaapi] hwdec=vaapi |