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:
parent
cba4d80277
commit
58c0ab1779
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user