Upgrade libmpv

Fix #160, #176
This commit is contained in:
Jarne Demeulemeester 2022-11-04 23:55:57 +01:00
parent 0bd1bb30c8
commit 2c4fb8d7fe
No known key found for this signature in database
GPG key ID: B61B7B150DB6A6D2
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -107,6 +107,8 @@ class MPVPlayer(
MPVLib.setOptionString("save-position-on-quit", "no")
MPVLib.setOptionString("sub-font-provider", "none")
MPVLib.setOptionString("ytdl", "no")
// DR is known to ruin performance at least on Exynos devices, see mpv-android#508
MPVLib.setOptionString("vd-lavc-dr", "no")
MPVLib.init()