]> git.sesse.net Git - vlc/commitdiff
android/surface: fix prototype
authorThomas Guillem <thomas@gllm.fr>
Tue, 16 Dec 2014 18:42:49 +0000 (19:42 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 17 Dec 2014 14:00:43 +0000 (15:00 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_output/android/surface.c

index bd1061868db409740190eb825adb048b0e7c05d6..afd748a99743cf99d51564e417a51ccd5b91c96a 100644 (file)
@@ -78,7 +78,7 @@ extern int jni_attach_thread(JNIEnv **env, const char *thread_name);
 extern void jni_detach_thread();
 extern jobject jni_LockAndGetAndroidJavaSurface();
 extern void  jni_UnlockAndroidSurface();
-extern void *jni_AndroidJavaSurfaceToNativeSurface(jobject *surf);
+extern void *jni_AndroidJavaSurfaceToNativeSurface(jobject surf);
 extern void  jni_SetSurfaceLayout(int width, int height, int visible_width, int visible_height, int sar_num, int sar_den);
 extern int jni_ConfigureSurface(jobject jsurf, int width, int height, int hal, bool *configured);