feat(mpv,tv): default to gpu-next

This commit is contained in:
Jarne Demeulemeester 2024-01-26 00:00:56 +01:00
parent f44d9b465e
commit c7849a70c3
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5

View file

@ -97,7 +97,7 @@ constructor(
nameStringResource = R.string.pref_player_mpv_vo,
dependencies = listOf(Constants.PREF_PLAYER_MPV),
backendName = Constants.PREF_PLAYER_MPV_VO,
backendDefaultValue = "gpu",
backendDefaultValue = "gpu-next",
options = R.array.mpv_vos,
optionValues = R.array.mpv_vos,
),