[vlc-devel] [PATCH 1/4] chromaprint: add stream out chromaprint module

Francois Cartegnie fcvlcdev at free.fr
Sun Feb 17 15:31:47 CET 2013


Le 16/02/2013 16:18, Francois Cartegnie a écrit :
> +    p_stream->p_sys = p_sys = malloc(sizeof(sout_stream_sys_t));

Forgot to change to calloc or NULLify since those pf init changes.

> +    p_stream->pf_add  = Add;
> +    p_stream->pf_del  = Del;
> +    p_stream->pf_send = Send;

Francois




More information about the vlc-devel mailing list