shithub: opus

Download patch

ref: 5c94ec3205c30171ffd01056f5b4622b7c0ab54c
parent: 7f035cc695247b7392990963a265d03f17791ab1
author: Hua, Chunbo <chunbo.hua@intel.com>
date: Sun Apr 26 12:25:23 EDT 2020

Fix a typo in in opus_custom.h.

Signed-off-by: Ralph Giles <giles@thaumas.net>

--- a/include/opus_custom.h
+++ b/include/opus_custom.h
@@ -178,7 +178,7 @@
 ) OPUS_ARG_NONNULL(1);
 
 
-/** Destroys a an encoder state.
+/** Destroys an encoder state.
   * @param[in] st <tt>OpusCustomEncoder*</tt>: State to be freed.
   */
 OPUS_CUSTOM_EXPORT void opus_custom_encoder_destroy(OpusCustomEncoder *st);
@@ -286,7 +286,7 @@
     int *error
 ) OPUS_ARG_NONNULL(1);
 
-/** Destroys a an decoder state.
+/** Destroys a decoder state.
   * @param[in] st <tt>OpusCustomDecoder*</tt>: State to be freed.
   */
 OPUS_CUSTOM_EXPORT void opus_custom_decoder_destroy(OpusCustomDecoder *st);