Decouple OpusProjection* API from static matrices.

Change-Id: I3db285875b6b5548decc436be00096b97be1be3c
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
This commit is contained in:
Andrew Allen 2017-12-05 15:34:43 -08:00 committed by Jean-Marc Valin
parent cae4445fb7
commit 058e8177cb
No known key found for this signature in database
GPG key ID: 5E5DD9A36F9189C8
3 changed files with 69 additions and 33 deletions

View file

@ -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
*/