[vlc-devel] [PATCH 1/4] android: util: delete unused SurfaceTexture structure
    louis.videolabs at gmail.com 
    louis.videolabs at gmail.com
       
    Mon May  4 11:36:01 CEST 2020
    
    
  
From: Louis Regnier <louis at videolabs.io>
---
 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