[vlc-commits] android: util: delete unused SurfaceTexture structure
Louis Regnier
git at videolan.org
Tue May 5 15:45:57 CEST 2020
vlc | branch: master | Louis Regnier <louis at videolabs.io> | Thu Apr 23 18:31:20 2020 +0200| [575cfafc1961808052edc7f9f644f311f172dab1] | committer: Thomas Guillem
android: util: delete unused SurfaceTexture structure
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=575cfafc1961808052edc7f9f644f311f172dab1
---
modules/video_output/android/utils.c | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/modules/video_output/android/utils.c b/modules/video_output/android/utils.c
index 2010f13976..cdd2b97df4 100644
--- a/modules/video_output/android/utils.c
+++ b/modules/video_output/android/utils.c
@@ -57,20 +57,6 @@ struct AWindowHandler
} stex;
};
-struct SurfaceTexture
-{
- JavaVM *p_jvm;
-
- void *p_anw_dl;
- ptr_ANativeWindow_fromSurface pf_winFromSurface;
- ptr_ANativeWindow_release pf_winRelease;
-
- jobject thiz;
- jobject jsurface;
- ANativeWindow *p_anw;
-
-};
-
static struct
{
struct {
More information about the vlc-commits
mailing list