Commit 5c83c28a by olly Committed by Oliver Woodman

Blacklist another non-OMX decoder

Issue: #1986

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137035576
parent 790e5fd2
...@@ -223,6 +223,7 @@ public final class MediaCodecUtil { ...@@ -223,6 +223,7 @@ public final class MediaCodecUtil {
&& ("CIPAACDecoder".equals(name) && ("CIPAACDecoder".equals(name)
|| "CIPMP3Decoder".equals(name) || "CIPMP3Decoder".equals(name)
|| "CIPVorbisDecoder".equals(name) || "CIPVorbisDecoder".equals(name)
|| "CIPAMRNBDecoder".equals(name)
|| "AACDecoder".equals(name) || "AACDecoder".equals(name)
|| "MP3Decoder".equals(name))) { || "MP3Decoder".equals(name))) {
return false; 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