Making the Laplace test case pass again

This commit is contained in:
Jean-Marc Valin 2008-05-28 00:58:42 +10:00
parent 4c6ee567ee
commit 45e358f696

View file

@ -28,7 +28,7 @@ int main(void)
decay[i] = rand()%11000+5000; decay[i] = rand()%11000+5000;
} }
for (i=0;i<10000;i++) 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); ec_enc_done(&enc);