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:
authorHua, Chunbo <chunbo.hua@intel.com>2020-04-26 11:25:23 +0300
committerRalph Giles <giles@thaumas.net>2020-04-26 19:21:37 +0300
commit5c94ec3205c30171ffd01056f5b4622b7c0ab54c (patch)
tree844189c5d9b3623783aa70c326eeba8166eba746 /include
parent7f035cc695247b7392990963a265d03f17791ab1 (diff)
Fix a typo in in opus_custom.h.
Signed-off-by: Ralph Giles <giles@thaumas.net>
Diffstat (limited to 'include')
-rw-r--r--include/opus_custom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opus_custom.h b/include/opus_custom.h
index 41f36bf2..2227be01 100644
--- a/include/opus_custom.h
+++ b/include/opus_custom.h
@@ -178,7 +178,7 @@ OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomEncoder *opus_custom_encode
) 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 @@ OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomDecoder *opus_custom_decode
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);