diff options
author | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2018-07-26 00:19:11 -0400 |
---|---|---|
committer | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2018-07-26 00:19:11 -0400 |
commit | 784d4ff92db4fca7fbdc71f4aff08956da1eeb8e (patch) | |
tree | 4fb84ac455d975f601be1fa3fe728094fc0b99ed /tests | |
parent | 6a74b411ec7fc864a62b179c1e4727176446773b (diff) | |
download | opus-784d4ff92db4fca7fbdc71f4aff08956da1eeb8e.tar.gz |
oops
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_opus_projection.c | 4 |
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; |