From d9aa6e046bcb2e28cf7d05655ea971a59f671d6c Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Fri, 1 Mar 2013 16:07:02 -0500 Subject: Oops, fixed API name from previous commit --- include/opus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/opus.h b/include/opus.h index 180146ae..f3f2eda5 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 int: Number of channels * @param [in,out] softclip_mem float*: 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); /**@}*/ -- cgit v1.2.3