diff options
author | zachir <zachir@librem.one> | 2024-06-04 22:10:33 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 22:28:28 -0500 |
commit | 662b24e5385947f5118b5ae5bda9287394251cb5 (patch) | |
tree | 3335bb37572c4003f8bc5b6b5d7214a2f4349e9c /mpv/mpv.conf | |
parent | e845fc03156439df4ceab4c702efbf4f79a5f165 (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.
Diffstat (limited to 'mpv/mpv.conf')
-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 |