diff --git a/libcelt/celt.c b/libcelt/celt.c index 1118fe97..b6ae1191 100644 --- a/libcelt/celt.c +++ b/libcelt/celt.c @@ -803,7 +803,7 @@ int celt_encode_with_ec_float(CELTEncoder * restrict st, const celt_sig * pcm, c for (c=0;coverlap;i++) in[C*i+c] *= gain_1; @@ -1624,7 +1624,7 @@ static void celt_decode_lost(CELTDecoder * restrict st, celt_word16 * restrict p e[i] = 0; } else if (S1 < S2) { - celt_word16 ratio = celt_sqrt(frac_div32(SHR32(S1,1)+1,S2+1.)); + celt_word16 ratio = celt_sqrt(frac_div32(SHR32(S1,1)+1,S2+1)); for (i=0;i