[vlc-devel] [PATCH 3/5] decoder: refactor decoder module create/delete

Thomas Guillem thomas at gllm.fr
Thu Jun 4 09:56:42 CEST 2015


On Wed, Jun 3, 2015, at 18:05, Francois Cartegnie wrote:
> Le 03/06/2015 17:35, Thomas Guillem a écrit :
> 
> > +static int CreateDecoderModule( decoder_t *p_dec )
> > +{
> > +    decoder_owner_sys_t *p_owner = p_dec->p_owner;
> > +    es_format_t null_es_format;
> > +
> > +    memset( &null_es_format, 0, sizeof(es_format_t) );
> 
> 
> es_format_Init()


I prefer to don't modify the code when I move it. It's for a future
patch then.

> 
> Francois
> 
> _______________________________________________
> 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