[vlc-devel] [PATCH 1/5] android: util: deletion unused SurfaceTexture structure
Louis Regnier
louis.videolabs at gmail.com
Mon Apr 27 23:28:51 CEST 2020
---
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 {
--
2.26.2
More information about the vlc-devel
mailing list