[vlc-devel] [PATCH 1/5] android: util: deletion unused SurfaceTexture structure

Thomas Guillem thomas at gllm.fr
Tue Apr 28 12:32:21 CEST 2020


Hello,

typo in the commit title. I guess you meant "delete unused SurfaceTexture structure"

On Mon, Apr 27, 2020, at 23:28, Louis Regnier wrote:
> ---
>  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