Commit 08bd4546 by olly Committed by Oliver Woodman

Blacklist mp3 decoder on HTC One S

Issue: #377
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=126901901
parent dbb43567
...@@ -232,6 +232,9 @@ public final class MediaCodecUtil { ...@@ -232,6 +232,9 @@ public final class MediaCodecUtil {
&& "OMX.qcom.audio.decoder.mp3".equals(name) && "OMX.qcom.audio.decoder.mp3".equals(name)
&& ("dlxu".equals(Util.DEVICE) // HTC Butterfly && ("dlxu".equals(Util.DEVICE) // HTC Butterfly
|| "protou".equals(Util.DEVICE) // HTC Desire X || "protou".equals(Util.DEVICE) // HTC Desire X
|| "ville".equals(Util.DEVICE) // HTC One S
|| "villeplus".equals(Util.DEVICE)
|| "villec2".equals(Util.DEVICE)
|| "C6602".equals(Util.DEVICE) // Sony Xperia Z || "C6602".equals(Util.DEVICE) // Sony Xperia Z
|| "C6603".equals(Util.DEVICE) || "C6603".equals(Util.DEVICE)
|| "C6606".equals(Util.DEVICE) || "C6606".equals(Util.DEVICE)
......
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