ref: 86cb7e860064a384aeb0166bc4a0450d6b0c54ab
parent: 9e006b6dc065f954c5c33eeb6840c2841fa50f37
author: Jean-Marc Valin <[email protected]>
date: Sat Mar 1 03:45:55 EST 2008
oops. Another 16-bit fix
--- a/libcelt/laplace.c
+++ b/libcelt/laplace.c
@@ -55,7 +55,7 @@
fs = ((ec_uint32)1)<<15;
for (i=0;i<value;i++)
{
- int tmp_l, tmp_s;
+ ec_int32 tmp_l, tmp_s;
tmp_l = fl;
tmp_s = fs;
fl += fs*2;