[vlc-devel] [V2 14/14] packetizer: flac: prepare to put pf_packetize and pf_decode into a union

Zhao Zhili quinkblack at foxmail.com
Tue Jun 19 06:04:49 CEST 2018


Ping.


On 2018年06月08日 17:47, Zhao Zhili wrote:
> ---
>   modules/packetizer/flac.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/modules/packetizer/flac.c b/modules/packetizer/flac.c
> index bc9ab04..8178192 100644
> --- a/modules/packetizer/flac.c
> +++ b/modules/packetizer/flac.c
> @@ -559,7 +559,6 @@ static int Open(vlc_object_t *p_this)
>       p_dec->fmt_out.b_packetized = true;
>   
>       /* */
> -    p_dec->pf_decode    = NULL;
>       p_dec->pf_packetize = Packetize;
>       p_dec->pf_flush     = Flush;
>   



More information about the vlc-devel mailing list