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:
authorGregory Maxwell <greg@xiph.org>2012-10-06 18:51:04 +0400
committerGregory Maxwell <greg@xiph.org>2012-10-06 18:51:04 +0400
commit696d68c0c3803c28971d6a36a3537a90743dd8b3 (patch)
tree96c5ff1d8962d7088bee48fa0939be6af8b06553 /include
parent9fec9bb39103a2e945b7099ad906c7fe9a9a8c3d (diff)
Fix typo in documentation for opus_decoder_create().
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 bb07a16a..ccf3e201 100644
--- a/include/opus.h
+++ b/include/opus.h
@@ -343,7 +343,7 @@ OPUS_EXPORT int opus_encoder_ctl(OpusEncoder *st, int request, ...) OPUS_ARG_NON
* where
* @li Fs is the sampling rate and must be 8000, 12000, 16000, 24000, or 48000
* @li channels is the number of channels (1 or 2)
- * @li error will hold the error code in case or failure (or #OPUS_OK on success)
+ * @li error will hold the error code in case of failure (or #OPUS_OK on success)
* @li the return value is a newly created decoder state to be used for decoding
*
* While opus_decoder_create() allocates memory for the state, it's also possible