mirror of
https://github.com/androidx/media.git
synced 2025-05-08 08:00:49 +08: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
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user