Commit 58c0ab17 by olly Committed by Oliver Woodman

Broaden OMX.SEC.MP3.Decoder blacklisting.

Issue: #398
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=121949973
parent cba4d802
......@@ -182,7 +182,7 @@ public final class MediaCodecUtil {
|| "MP3Decoder".equals(name)) {
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;
}
......
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