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:
Diffstat (limited to 'src/mapping_matrix.h')
-rw-r--r--src/mapping_matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapping_matrix.h b/src/mapping_matrix.h
index 381c8e1a..86451688 100644
--- a/src/mapping_matrix.h
+++ b/src/mapping_matrix.h
@@ -50,7 +50,7 @@ typedef struct MappingMatrix
/* Matrix cell data goes here using col-wise ordering. */
} MappingMatrix;
-int mapping_matrix_get_size(int rows, int cols);
+opus_int32 mapping_matrix_get_size(int rows, int cols);
opus_int16 *mapping_matrix_get_data(const MappingMatrix *matrix);