Skip to content

Commit d8cbb07

Browse files
committed
Fix JpegView renderJpeg
1 parent 7c03ec2 commit d8cbb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jpegkit/src/main/cpp/jpegkit/render.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <android/native_window_jni.h>
77

88
extern "C" JNIEXPORT void JNICALL
9-
Java_com_jpegkit_JpegView_renderJpeg(JNIEnv *env, jobject obj, jobject surface, jlong allocHandle, jlong jpegSize, jint width, jint height) {
9+
Java_jpegkit_JpegView_renderJpeg(JNIEnv *env, jobject obj, jobject surface, jlong allocHandle, jlong jpegSize, jint width, jint height) {
1010
ANativeWindow *window = ANativeWindow_fromSurface(env, surface);
1111
ANativeWindow_setBuffersGeometry(window, width, height, WINDOW_FORMAT_RGBA_8888);
1212
ANativeWindow_Buffer windowBuffer;

0 commit comments

Comments
 (0)