Blacklist another non-OMX decoder

Issue: #1986

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137035576
This commit is contained in:
olly 2016-10-24 08:48:17 -07:00 committed by Oliver Woodman
parent 790e5fd2a1
commit 5c83c28a1f

View File

@ -223,6 +223,7 @@ public final class MediaCodecUtil {
&& ("CIPAACDecoder".equals(name)
|| "CIPMP3Decoder".equals(name)
|| "CIPVorbisDecoder".equals(name)
|| "CIPAMRNBDecoder".equals(name)
|| "AACDecoder".equals(name)
|| "MP3Decoder".equals(name))) {
return false;