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

Thomas Guillem thomas at gllm.fr
Tue Jun 19 08:54:34 CEST 2018


OK for the whole set, I'll check the branch locally and push soon (so, if you disagree, it's now).

On Tue, Jun 19, 2018, at 06:04, Zhao Zhili wrote:
> 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;
> >   
> 
> _______________________________________________
> 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