Commit f44fc542 by andrewlewis Committed by Oliver Woodman

Blacklist OMX.SEC.mp3.dec for more devices

Issue: #4519
PiperOrigin-RevId: 229145790
parent 1f03093d
...@@ -326,7 +326,9 @@ public final class MediaCodecUtil { ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment