Skip to content

Commit

Permalink
Blacklist OMX.SEC.mp3.dec for more devices
Browse files Browse the repository at this point in the history
Issue: #4519
PiperOrigin-RevId: 229145790
  • Loading branch information
andrewlewis authored and ojw28 committed Jan 15, 2019
1 parent 81ca7fe commit 34d0e0c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,9 @@ private static boolean isCodecUsableDecoder(android.media.MediaCodecInfo info, S
|| Util.MODEL.startsWith("SM-G350")
|| Util.MODEL.startsWith("SM-G386")
|| 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;
}
if ("OMX.brcm.audio.mp3.decoder".equals(name)
Expand Down

0 comments on commit 34d0e0c

Please sign in to comment.