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:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2019-04-09 22:47:22 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2019-04-09 22:47:22 +0300
commitec5bf397097c5e83e41c97fbd5189afb2a4d8422 (patch)
tree8ec33333e9f03e8b22ee86b6d71e87105e14d933
parenta4d818b4a5c6b43e022458e621a3b40cc6945920 (diff)
remove decoder delay for widebandexp_silk_feature_dump
-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] */