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

Commit 04c72e30 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am be76be83: Merge "android_media_MediaMuxer_setLocation: amended signature."

* commit 'be76be83':
  android_media_MediaMuxer_setLocation: amended signature.
parents ad0a66ac be76be83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ static void android_media_MediaMuxer_setOrientationHint(
}

static void android_media_MediaMuxer_setLocation(
        JNIEnv *env, jclass clazz, jint nativeObject, jint latitude, jint longitude) {
        JNIEnv *env, jclass clazz, jlong nativeObject, jint latitude, jint longitude) {
    MediaMuxer* muxer = reinterpret_cast<MediaMuxer *>(nativeObject);

    status_t res = muxer->setLocation(latitude, longitude);