Skip to content
Snippets Groups Projects
Commit 86cb7e86 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

oops. Another 16-bit fix

parent 9e006b6d
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ void ec_laplace_encode(ec_enc *enc, int value, int decay)
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment