Mpv uses hardware acceleration on pbp
This commit is contained in:
parent
f9bfc48e07
commit
a12166d64b
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
config = {
|
||||||
|
hwdec = "rkmpp";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue