Broaden OMX.SEC.MP3.Decoder blacklisting.

Issue: #398
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=121949973
This commit is contained in:
olly 2016-05-10 08:40:40 -07:00 committed by Oliver Woodman
parent cba4d80277
commit 58c0ab1779

View File

@ -182,7 +182,7 @@ public final class MediaCodecUtil {
|| "MP3Decoder".equals(name)) { || "MP3Decoder".equals(name)) {
return false; return false;
} }
if (Util.SDK_INT == 16 && "OMX.SEC.MP3.Decoder".equals(name)) { if (Util.SDK_INT < 18 && "OMX.SEC.MP3.Decoder".equals(name)) {
return false; return false;
} }