mirror of
https://github.com/samsonjs/media.git
synced 2026-04-11 12:15:47 +00:00
Blacklist another non-OMX decoder
Issue: #1986 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137035576
This commit is contained in:
parent
790e5fd2a1
commit
5c83c28a1f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue