summaryrefslogtreecommitdiff
path: root/codecs/speex/speex_resampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/speex/speex_resampler.h')
-rw-r--r--codecs/speex/speex_resampler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/codecs/speex/speex_resampler.h b/codecs/speex/speex_resampler.h
index 0247e180e..bcf201538 100644
--- a/codecs/speex/speex_resampler.h
+++ b/codecs/speex/speex_resampler.h
@@ -137,7 +137,8 @@ SpeexResamplerState *speex_resampler_init(spx_uint32_t nb_channels,
* @param in_rate Input sampling rate rounded to the nearest integer (in Hz).
* @param out_rate Output sampling rate rounded to the nearest integer (in Hz).
* @param quality Resampling quality between 0 and 10, where 0 has poor quality
- * and 10 has very high quality.
+ * and 10 has very high quality.
+ * @param err
* @return Newly created resampler state
* @retval NULL Error: not enough memory
*/