fix: use explicit mediacodec hwdec chain on android

This commit is contained in:
edde746
2026-03-01 02:46:50 +01:00
parent b78bc3e869
commit bbfe7cf783
2 changed files with 7 additions and 2 deletions
@@ -612,7 +612,7 @@ class ExoPlayerPlugin : FlutterPlugin, MethodChannel.MethodCallHandler,
fallbackInProgress = false
// Configure basic MPV properties for Plex playback
mpvCore?.setProperty("hwdec", "auto")
mpvCore?.setProperty("hwdec", "mediacodec,mediacodec-copy")
mpvCore?.setProperty("vo", "gpu")
mpvCore?.setProperty("ao", "audiotrack")