[vlc-devel] [PATCH 01/11] packetizer: a52: initialize all callback fields

Thomas Guillem thomas at gllm.fr
Tue Jun 19 14:18:33 CEST 2018


Ok for the set.

On Tue, Jun 19, 2018, at 14:11, Zhao Zhili wrote:
> ---
>  modules/packetizer/a52.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/modules/packetizer/a52.c b/modules/packetizer/a52.c
> index 269a291..afba987 100644
> --- a/modules/packetizer/a52.c
> +++ b/modules/packetizer/a52.c
> @@ -355,5 +355,6 @@ static int Open( vlc_object_t *p_this )
>      /* Set callback */
>      p_dec->pf_packetize = PacketizeBlock;
>      p_dec->pf_flush     = PacketizeFlush;
> +    p_dec->pf_get_cc    = NULL;
>      return VLC_SUCCESS;
>  }
> -- 
> 2.9.5
> 
> 
> 
> _______________________________________________
> 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