[Android] jni/vout: fix prototype

Thomas Guillem git at videolan.org
Fri Dec 19 13:36:47 CET 2014


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

jni/vout: fix prototype

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

 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