Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc67eee7 authored by Lajos Molnar's avatar Lajos Molnar Committed by Android (Google) Code Review
Browse files

Merge "initialize codec list before MediaCodec.getCodecInfo()" into lmp-dev

parents 3ab7bf1a aa79d995
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -118,6 +118,7 @@ final public class MediaCodecList {

    /** @hide */
    public static MediaCodecInfo getInfoFor(String codec) {
        initCodecList();
        return sAllCodecInfos[findCodecByName(codec)];
    }