vlc | branch: master | Thomas Guillem <[email protected]> | Tue Dec 16 19:42:49 2014 +0100| [bff20615be6d649a4c6172f97cf18b335157befd] | committer: Jean-Baptiste Kempf
android/surface: fix prototype Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bff20615be6d649a4c6172f97cf18b335157befd --- 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); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
