diff --git a/celt/celt_decoder.c b/celt/celt_decoder.c index 32d16a4c0..5fd61912a 100644 --- a/celt/celt_decoder.c +++ b/celt/celt_decoder.c @@ -703,7 +703,7 @@ static void celt_decode_lost(CELTDecoder * OPUS_RESTRICT st, int N, int LM for (j=0;j>20); + X[boffs+j] = SHL32((celt_norm)((opus_int32)seed>>20), NORM_SHIFT-14); } renormalise_vector(X+boffs, blen, Q31ONE, st->arch); }