[Android] jni/vout: fix prototype

Thomas Guillem git at videolan.org
Wed Dec 17 15:02:37 CET 2014


vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Dec 16 19:34:01 2014 +0100| [57ee03b6366cf55d3e5f2497247b071555a53dc2] | committer: Thomas Guillem

jni/vout: fix prototype

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=57ee03b6366cf55d3e5f2497247b071555a53dc2
---

 libvlc/jni/vout.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvlc/jni/vout.c b/libvlc/jni/vout.c
index 04c933c..5bace67 100644
--- a/libvlc/jni/vout.c
+++ b/libvlc/jni/vout.c
@@ -115,7 +115,7 @@ void jni_SetSurfaceLayout(int width, int height, int visible_width, int visible_
         jni_detach_thread();
 }
 
-void *jni_AndroidJavaSurfaceToNativeSurface(jobject *surf)
+void *jni_AndroidJavaSurfaceToNativeSurface(jobject surf)
 {
     JNIEnv *p_env;
     jclass clz;



More information about the Android mailing list