[vlc-devel] [PATCH] opus: apply soft clipping when decoding
Francois Cartegnie
fcvlcdev at free.fr
Wed Jun 28 11:32:53 CEST 2017
Le 27/06/2017 à 19:37, Tristan Matthews a écrit :
> #endif
> + opus_pcm_soft_clip((float *)p_aout_buffer->p_buffer, i_nb_samples,
> + p_sys->header.channels, p_sys->p_softclip_state);
> p_aout_buffer->i_nb_samples = i_nb_samples;
There's also an heap read/write overflow on channel configuration change
by opus_pcm_soft_clip.
See my other comment.
Francois
More information about the vlc-devel
mailing list