Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2013-03-02 01:07:02 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2013-03-02 01:07:02 +0400
commitd9aa6e046bcb2e28cf7d05655ea971a59f671d6c (patch)
tree42f30107ee13995db80d4df14ea4159f733dbd90 /include
parent32c4a0c96e239bee7623aef8ae592a5c7f7ec753 (diff)
Oops, fixed API name from previous commit
Diffstat (limited to 'include')
-rw-r--r--include/opus.h2
1 files changed, 1 insertions, 1 deletions
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 <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);
/**@}*/