feat(mpv,tv): default to gpu-next
This commit is contained in:
parent
f44d9b465e
commit
c7849a70c3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ constructor(
|
||||||
nameStringResource = R.string.pref_player_mpv_vo,
|
nameStringResource = R.string.pref_player_mpv_vo,
|
||||||
dependencies = listOf(Constants.PREF_PLAYER_MPV),
|
dependencies = listOf(Constants.PREF_PLAYER_MPV),
|
||||||
backendName = Constants.PREF_PLAYER_MPV_VO,
|
backendName = Constants.PREF_PLAYER_MPV_VO,
|
||||||
backendDefaultValue = "gpu",
|
backendDefaultValue = "gpu-next",
|
||||||
options = R.array.mpv_vos,
|
options = R.array.mpv_vos,
|
||||||
optionValues = R.array.mpv_vos,
|
optionValues = R.array.mpv_vos,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue