mirror of https://github.com/xiph/flac
libFLAC/lpc.c: Fix comments
Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
parent
6c03ab204a
commit
2902974830
|
@ -227,8 +227,8 @@ int FLAC__lpc_quantize_coefficients(const FLAC__real lp_coeff[], unsigned order,
|
|||
}
|
||||
}
|
||||
/* negative shift is very rare but due to design flaw, negative shift is
|
||||
* a NOP in the decoder, so it must be handled specially by scaling down
|
||||
* coeffs
|
||||
* not allowed in the decoder, so it must be handled specially by scaling
|
||||
* down coeffs
|
||||
*/
|
||||
else {
|
||||
const int nshift = -(*shift);
|
||||
|
|
Loading…
Reference in New Issue