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

Commit 3e4cb765 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "NativeCryptoInfo: fix ctor invocation" into main am: 1f108e02...

Merge "Merge "NativeCryptoInfo: fix ctor invocation" into main am: 1f108e02 am: 7c4ae57f" into udc-dev-plus-aosp
parents 671e39e9 462a09b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2615,7 +2615,7 @@ static void android_media_MediaCodec_native_queueLinearBlock(
            return;
        }
        auto cryptoInfo =
                cryptoInfoObj ? NativeCryptoInfo{size} : NativeCryptoInfo{env, cryptoInfoObj};
                cryptoInfoObj ? NativeCryptoInfo{env, cryptoInfoObj} : NativeCryptoInfo{size};
        if (env->ExceptionCheck()) {
            // Creation of cryptoInfo failed. Let the exception bubble up.
            return;