diff options
author | Anthony Wang | 2023-10-30 22:18:39 -0400 |
---|---|---|
committer | Anthony Wang | 2023-10-30 22:18:39 -0400 |
commit | 2c568ddb1040fa14e94925642e89db2babf947af (patch) | |
tree | cd1ae812b07fffb434d5c08c1c58a2c693d10ffa | |
parent | d1312516e342a9458f507704a73efa0181501eae (diff) |
Enable mpv hardware acceleration
-rw-r--r-- | mpv/mpv.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..9efc272 --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1 @@ +hwdec=auto |