From d9aa6e046bcb2e28cf7d05655ea971a59f671d6c Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jmvalin@jmvalin.ca> Date: Fri, 1 Mar 2013 16:07:02 -0500 Subject: [PATCH] Oops, fixed API name from previous commit --- include/opus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/opus.h b/include/opus.h index 180146ae5..f3f2eda5c 100644 --- a/include/opus.h +++ b/include/opus.h @@ -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); /**@}*/ -- GitLab