Revert "Change default mpv hwdec to mediacodec"
This reverts commit 794e1368fb
.
This commit is contained in:
parent
794e1368fb
commit
c41387487b
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ constructor(
|
|||
DEFAULT_SEEK_FORWARD_INCREMENT_MS.toString()
|
||||
)!!.toLongOrNull() ?: DEFAULT_SEEK_FORWARD_INCREMENT_MS
|
||||
val playerMpv = sharedPreferences.getBoolean(Constants.PREF_PLAYER_MPV, false)
|
||||
val playerMpvHwdec = sharedPreferences.getString(Constants.PREF_PLAYER_MPV_HWDEC, "mediacodec")!!
|
||||
val playerMpvHwdec = sharedPreferences.getString(Constants.PREF_PLAYER_MPV_HWDEC, "mediacodec-copy")!!
|
||||
val playerMpvHwdecCodecs: Set<String> = sharedPreferences.getStringSet(
|
||||
Constants.PREF_PLAYER_MPV_HWDEC_CODECS,
|
||||
setOf("h264", "hevc", "mpeg4", "mpeg2video", "vp8", "vp9")
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
app:summary="@string/mpv_player_summary"
|
||||
app:title="@string/mpv_player" />
|
||||
<DropDownPreference
|
||||
app:defaultValue="mediacodec"
|
||||
app:defaultValue="mediacodec-copy"
|
||||
app:dependency="pref_player_mpv"
|
||||
app:entries="@array/mpv_hwdec"
|
||||
app:entryValues="@array/mpv_hwdec"
|
||||
|
|
Loading…
Reference in a new issue