Skip to content
Snippets Groups Projects
Commit d9aa6e04 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Oops, fixed API name from previous commit

parent 32c4a0c9
No related branches found
No related tags found
No related merge requests found
......@@ -603,7 +603,7 @@ OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_decoder_get_nb_samples(const OpusDe
* @param [in] channels <tt>int</tt>: Number of channels
* @param [in,out] softclip_mem <tt>float*</tt>: State memory for the soft clipping process
*/
OPUS_EXPORT void opus_soft_clip(float *pcm, int frame_size, int channels, float *softclip_mem);
OPUS_EXPORT void opus_pcm_soft_clip(float *pcm, int frame_size, int channels, float *softclip_mem);
/**@}*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment