diff --git a/celt/mathops.h b/celt/mathops.h index 3c7486ad..cb0b9c86 100644 --- a/celt/mathops.h +++ b/celt/mathops.h @@ -48,9 +48,13 @@ static inline opus_val16 celt_maxabs16(const opus_val16 *x, int len) { int i; opus_val16 maxval = 0; + opus_val16 minval = 0; for (i=0;i