[vlc-devel] [PATCH 2/2] mosaic_bridge: remove unused variable

Steve Lhomme robux4 at ycbcr.xyz
Thu Sep 5 08:17:59 CEST 2019


LGTM

On 2019-09-05 1:35, Alexandre Janniaux wrote:
> ---
>   modules/stream_out/mosaic_bridge.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/modules/stream_out/mosaic_bridge.c b/modules/stream_out/mosaic_bridge.c
> index d54a3d15c7..87d8571685 100644
> --- a/modules/stream_out/mosaic_bridge.c
> +++ b/modules/stream_out/mosaic_bridge.c
> @@ -600,7 +600,6 @@ inline static int video_update_format_decoder( decoder_t *p_dec )
> 
>   inline static picture_t *video_new_buffer_filter( filter_t *p_filter )
>   {
> -    struct decoder_owner *p_owner = p_filter->owner.sys;
>       return picture_NewFromFormat( &p_filter->fmt_out.video );
>   }
> 
> --
> 2.23.0
> 
> _______________________________________________
> 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