diff options
author | Matt Turner <mattst88@gmail.com> | 2017-11-12 16:38:15 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2017-11-12 16:38:15 -0800 |
commit | 6c7a7ba8a9a3032a0ad7add745a6e8e9ee8d60d9 (patch) | |
tree | 738f9dda3172f544a1b2fc2871b981822b7c7f0d /.mpv/config | |
parent | a43acad88a840730c01e3534a8cde1a3da3b6fee (diff) |
Add mpv config
Diffstat (limited to '.mpv/config')
-rw-r--r-- | .mpv/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.mpv/config b/.mpv/config new file mode 100644 index 0000000..c56e081 --- /dev/null +++ b/.mpv/config @@ -0,0 +1,7 @@ +vo=opengl +hwdec=vaapi +ao=pulse +#opengl-backend=wayland + +demuxer-readahead-secs=30 +cache=200000 |