mirror of
https://github.com/androidx/media.git
synced 2025-05-07 15:40:37 +08:00
Fix crash (by calling correct DecoderInfo constructor).
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122159478
This commit is contained in:
parent
e29cb37403
commit
b53a941ffd
@ -53,7 +53,7 @@ public final class MediaCodecUtil {
|
|||||||
|
|
||||||
private static final String TAG = "MediaCodecUtil";
|
private static final String TAG = "MediaCodecUtil";
|
||||||
private static final DecoderInfo PASSTHROUGH_DECODER_INFO =
|
private static final DecoderInfo PASSTHROUGH_DECODER_INFO =
|
||||||
new DecoderInfo("OMX.google.raw.decoder", null);
|
new DecoderInfo("OMX.google.raw.decoder");
|
||||||
|
|
||||||
private static final HashMap<CodecKey, List<DecoderInfo>> decoderInfosCache = new HashMap<>();
|
private static final HashMap<CodecKey, List<DecoderInfo>> decoderInfosCache = new HashMap<>();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user