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

Commit 5791be18 authored by Lajos Molnar's avatar Lajos Molnar Committed by Android Git Automerger
Browse files

am cf1f53ba: Fix: Add MediaCodecList capabilities

* commit 'cf1f53ba':
  Fix: Add MediaCodecList capabilities
parents 0aca3753 cf1f53ba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -868,6 +868,8 @@ status_t MediaCodecList::getCodecCapabilities(
    if (typeIndex < 0) {
        return -EINVAL;
    }
    // essentially doing valueFor without the CHECK abort
    typeIndex = mTypes.valueAt(typeIndex);

    OMXClient client;
    status_t err = client.connect();