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

Commit e4a51ac4 authored by Wonsik Kim's avatar Wonsik Kim Committed by Automerger Merge Worker
Browse files

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

Change-Id: I5b00a0dabd164ca8015fc4fdb37db1bce9055694
parents 5bd12ad3 79310ef4
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;
}