Commit b53a941f by olly Committed by Oliver Woodman

Fix crash (by calling correct DecoderInfo constructor).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=122159478
parent e29cb374
......@@ -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<>();
......
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