Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-05-27 18:58:42 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-05-27 18:58:42 +0400
commit45e358f69654071e4ce6a01ac83d891138addfb0 (patch)
tree4963418f2424b7e4e8110302868c62bd30eb7455 /tests
parent4c6ee567ee8bde030a620b577570bc0cd9620a7d (diff)
Making the Laplace test case pass again
Diffstat (limited to 'tests')
-rw-r--r--tests/laplace-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/laplace-test.c b/tests/laplace-test.c
index 65b21e0..de10b82 100644
--- a/tests/laplace-test.c
+++ b/tests/laplace-test.c
@@ -28,7 +28,7 @@ int main(void)
decay[i] = rand()%11000+5000;
}
for (i=0;i<10000;i++)
- ec_laplace_encode(&enc, val[i], decay[i]);
+ ec_laplace_encode(&enc, &val[i], decay[i]);
ec_enc_done(&enc);