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

Francois Cartegnie fcvlcdev at free.fr
Wed Jun 3 18:05:52 CEST 2015


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()

Francois




More information about the vlc-devel mailing list