ref: 784d4ff92db4fca7fbdc71f4aff08956da1eeb8e
parent: 6a74b411ec7fc864a62b179c1e4727176446773b
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Wed Jul 25 20:19:11 EDT 2018
oops
--- a/tests/test_opus_projection.c
+++ b/tests/test_opus_projection.c
@@ -383,10 +383,10 @@
/* 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;