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

Commit be76be83 authored by Narayan Kamath's avatar Narayan Kamath Committed by Gerrit Code Review
Browse files

Merge "android_media_MediaMuxer_setLocation: amended signature."

parents c1ce74ca 39478fdf
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);