aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/jni/video.c
diff options
context:
space:
mode:
authorChristian Schneppe <kriztan@users.noreply.github.com>2016-09-06 12:49:49 +0200
committerGitHub <noreply@github.com>2016-09-06 12:49:49 +0200
commit2fb4c16f86f273775da4fcb828976d2565dea9a2 (patch)
treea819683df36df9e427a3448aba2a08e293175f7d /src/main/jni/video.c
parent3eee4d26bf1b58ea10d6a86fc2bdf1c64c4ec5cf (diff)
set name correctly
Diffstat (limited to '')
-rw-r--r--src/main/jni/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/jni/video.c b/src/main/jni/video.c
index 2afca482e..f65be6943 100644
--- a/src/main/jni/video.c
+++ b/src/main/jni/video.c
@@ -66,7 +66,7 @@ int isSemiPlanarYUV(int colorFormat) {
}
}
-JNIEXPORT int com_example_khalsa_video_MediaController_convertVideoFrame(JNIEnv *env, jclass class, jobject src, jobject dest, int destFormat, int width, int height, int padding, int swap) {
+JNIEXPORT int de_pixart_messenger_utils_video_MediaController_convertVideoFrame(JNIEnv *env, jclass class, jobject src, jobject dest, int destFormat, int width, int height, int padding, int swap) {
if (!src || !dest || !destFormat) {
return 0;
}