shithub: opus

Download patch

ref: d9aa6e046bcb2e28cf7d05655ea971a59f671d6c
parent: 32c4a0c96e239bee7623aef8ae592a5c7f7ec753
author: Jean-Marc Valin <[email protected]>
date: Fri Mar 1 11:07:02 EST 2013

Oops, fixed API name from previous commit

--- a/include/opus.h
+++ b/include/opus.h
@@ -603,7 +603,7 @@
   * @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);
 
 
 /**@}*/