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>2018-07-26 07:19:11 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2018-07-26 07:19:11 +0300
commit784d4ff92db4fca7fbdc71f4aff08956da1eeb8e (patch)
tree4fb84ac455d975f601be1fa3fe728094fc0b99ed
parent6a74b411ec7fc864a62b179c1e4727176446773b (diff)
oops
-rw-r--r--tests/test_opus_projection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_opus_projection.c b/tests/test_opus_projection.c
index 6679a0e7..b00ff1e3 100644
--- a/tests/test_opus_projection.c
+++ b/tests/test_opus_projection.c
@@ -383,10 +383,10 @@ int main(int _argc, char **_argv)
/* Test full range of channels in creation arguments. */
for (i = 0; i < 255; i++)
- test_creation_arguments(i, 253);
+ test_creation_arguments(i, 3);
/* Test encode/decode pipeline. */
- test_encode_decode(64 * 18, 18, 253);
+ test_encode_decode(64 * 18, 18, 3);
fprintf(stderr, "All projection tests passed.\n");
return 0;