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:
-rw-r--r--silk/resampler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/resampler.c b/silk/resampler.c
index 1f11e508..5a5a00ff 100644
--- a/silk/resampler.c
+++ b/silk/resampler.c
@@ -63,7 +63,7 @@ static const opus_int8 delay_matrix_dec[ 3 ][ 5 ] = {
/* in \ out 8 12 16 24 48 */
/* 8 */ { 4, 0, 2, 0, 0 },
/* 12 */ { 0, 9, 4, 7, 4 },
-/* 16 */ { 0, 3, 12, 7, 7 }
+/* 16 */ { 0, 3, 0, 7, 7 }
};
/* Simple way to make [8000, 12000, 16000, 24000, 48000] to [0, 1, 2, 3, 4] */