diff options
author | zachir <zachir@librem.one> | 2024-06-04 22:10:33 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 22:10:33 -0500 |
commit | 94e6842235cc1babb689b93495e067bf4ce7d528 (patch) | |
tree | 6db88892390e30d8a246ebef96cadb5a6e58d58b | |
parent | 94105440e61d539d8ec68ea8bb4a16b37c6d9c50 (diff) |
Add back osc in mpv; force enable hwdec
Mpv should use hardware decoding, as my devices have the capability of
using it. Additionally, I actually like having the OSC; I don't know why
I disabled it.
-rw-r--r-- | mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 5521474..649af35 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -1,5 +1,5 @@ save-position-on-quit -osc=no ao=pipewire,pulse,jack vo=gpu +hwdec=yes audio-channels=2 |