Skip to content

Commit

Permalink
Upgrade libmpv
Browse files Browse the repository at this point in the history
Fix #160, #176
  • Loading branch information
jarnedemeulemeester committed Nov 4, 2022
1 parent 0bd1bb3 commit 2c4fb8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified app/libs/libmpv.aar
Binary file not shown.
2 changes: 2 additions & 0 deletions app/src/main/java/dev/jdtech/jellyfin/mpv/MPVPlayer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 2c4fb8d

Please sign in to comment.