mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public final class MediaCodecUtil {
|
|||
|
||||
private static final String TAG = "MediaCodecUtil";
|
||||
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<>();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue