Fixed stupid bug for single-sample bands
This commit is contained in:
parent
43e9406201
commit
4f0de0ba6a
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ static void quant_band(int encode, const CELTMode *m, int i, celt_norm *X, celt_
|
||||||
x[0] = sign ? -NORM_SCALING : NORM_SCALING;
|
x[0] = sign ? -NORM_SCALING : NORM_SCALING;
|
||||||
x = Y;
|
x = Y;
|
||||||
}
|
}
|
||||||
if (c==0 && lowband_out)
|
if (lowband_out)
|
||||||
lowband_out[0] = X[0];
|
lowband_out[0] = X[0];
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue