summaryrefslogtreecommitdiff
path: root/src/opus_projection_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opus_projection_decoder.c')
-rw-r--r--src/opus_projection_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opus_projection_decoder.c b/src/opus_projection_decoder.c
index a9b1d65c..0d1ee41f 100644
--- a/src/opus_projection_decoder.c
+++ b/src/opus_projection_decoder.c
@@ -103,7 +103,7 @@ int opus_projection_decoder_init(OpusProjectionDecoder *st, opus_int32 Fs,
/* Assign demixing matrix. */
st->demixing_matrix_size_in_bytes = expected_matrix_size;
- mapping_matrix_init(get_demixing_matrix(st), nb_input_streams, channels, 0,
+ mapping_matrix_init(get_demixing_matrix(st), channels, nb_input_streams, 0,
buf, demixing_matrix_size);
/* Set trivial mapping so each input channel pairs with a matrix column. */