[vlc-devel] [PATCH 5/5] android/surface: fix prototype

Thomas Guillem thomas at gllm.fr
Tue Dec 16 19:42:49 CET 2014


---
 modules/video_output/android/surface.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/android/surface.c b/modules/video_output/android/surface.c
index bd10618..afd748a 100644
--- a/modules/video_output/android/surface.c
+++ b/modules/video_output/android/surface.c
@@ -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);
 
-- 
2.1.3




More information about the vlc-devel mailing list