[vlc-devel] [PATCH 1/4] android: util: delete unused SurfaceTexture structure

Thomas Guillem thomas at gllm.fr
Tue May 5 15:46:13 CEST 2020


Set merged, thanks !

On Mon, May 4, 2020, at 11:36, louis.videolabs at gmail.com wrote:
> 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
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list