diff options
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 |