mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Blacklist OMX.SEC.mp3.dec for more devices
Issue: #4519 PiperOrigin-RevId: 229145790
This commit is contained in:
parent
1f03093dc5
commit
f44fc542bb
@ -326,7 +326,9 @@ public final class MediaCodecUtil {
|
|||||||
|| Util.MODEL.startsWith("SM-G350")
|
|| Util.MODEL.startsWith("SM-G350")
|
||||||
|| Util.MODEL.startsWith("SM-G386")
|
|| Util.MODEL.startsWith("SM-G386")
|
||||||
|| Util.MODEL.startsWith("SM-T231")
|
|| Util.MODEL.startsWith("SM-T231")
|
||||||
|| Util.MODEL.startsWith("SM-T530"))) {
|
|| Util.MODEL.startsWith("SM-T530")
|
||||||
|
|| Util.MODEL.startsWith("SCH-I535")
|
||||||
|
|| Util.MODEL.startsWith("SPH-L710"))) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if ("OMX.brcm.audio.mp3.decoder".equals(name)
|
if ("OMX.brcm.audio.mp3.decoder".equals(name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user