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:
authorAndrew Allen <bitllama@google.com>2017-12-06 02:34:43 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2017-12-08 02:04:37 +0300
commit058e8177cb0847877064cef94233ddd46ebd40b7 (patch)
tree34e2ee9c11ff650baa188b314366418f385df6b8 /include
parentcae4445fb7f9bae2e2f318969e1f779729f3c0d1 (diff)
Decouple OpusProjection* API from static matrices.
Change-Id: I3db285875b6b5548decc436be00096b97be1be3c Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
Diffstat (limited to 'include')
-rw-r--r--include/opus_projection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opus_projection.h b/include/opus_projection.h
index 1e65610b..9dabf4e8 100644
--- a/include/opus_projection.h
+++ b/include/opus_projection.h
@@ -83,7 +83,7 @@ extern "C" {
/** Copies the demixing matrix to the supplied pointer location.
* @param[out] x <tt>unsigned char *</tt>: Returns the demixing matrix to the
* supplied pointer location.
- * @param y <tt>opus_in32</tt>: The size in bytes of the reserved memory at the
+ * @param y <tt>opus_int32</tt>: The size in bytes of the reserved memory at the
* pointer location.
* @hideinitializer
*/