Don't use CIPMP3Decoder.

Issue: #1000
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=109318738
This commit is contained in:
andrewlewis 2015-12-03 09:59:02 -08:00 committed by Oliver Woodman
parent 46481fabcc
commit 20e3ca73ec

View File

@ -183,8 +183,9 @@ public final class MediaCodecUtil {
return false;
}
// Work around broken AAC decoders.
// Work around broken audio decoders.
if ((Util.SDK_INT < 18 && "CIPAACDecoder".equals(name))
|| (Util.SDK_INT < 18 && "CIPMP3Decoder".equals(name))
|| (Util.SDK_INT < 20 && "AACDecoder".equals(name))) {
return false;
}