[vlc-devel] stereo enhancer audio effect
Rémi Denis-Courmont
remi at remlab.net
Fri Mar 9 17:28:00 CET 2012
Hello,
Le vendredi 9 mars 2012 13:49:09 Sukrit Sangwan, vous avez écrit :
> > -> Missing copyright.
>
> I dont know what to write for copyright.
> Anyways i have written *Copyright (C) the VideoLAN team*
> I have applied the other changes you told.
+ p_sys->pf_begin = calloc( p_sys->i_len + 2, sizeof(float) );
+ if( unlikely(!p_sys->pf_begin) )
+ return VLC_ENOMEM;
That's a memory leak.
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list