Mpv uses hardware acceleration on pbp

This commit is contained in:
Andrea Ciceri 2021-10-02 01:09:34 +02:00
parent f9bfc48e07
commit a12166d64b
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -1,5 +1,8 @@
{
programs.mpv = {
enable = true;
config = {
hwdec = "rkmpp";
};
};
}