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

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

Merge "Merge "media: fix JNI call for 32-bit" into rvc-dev am: dc53f288 am:...

Merge "Merge "media: fix JNI call for 32-bit" into rvc-dev am: dc53f288 am: 61de6650 am: ce35ab15" into rvc-qpr-dev-plus-aosp
parents 41faa3db 52dce80b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2995,7 +2995,7 @@ static void android_media_MediaCodec_LinearBlock_native_recycle(
        JNIEnv *env, jobject thiz) {
    JMediaCodecLinearBlock *context =
        (JMediaCodecLinearBlock *)env->GetLongField(thiz, gLinearBlockInfo.contextId);
    env->CallVoidMethod(thiz, gLinearBlockInfo.setInternalStateId, 0, false);
    env->CallVoidMethod(thiz, gLinearBlockInfo.setInternalStateId, jlong(0), false);
    delete context;
}