mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
*** empty log message ***
This commit is contained in:
@@ -104,8 +104,8 @@ int FLAC__lpc_quantize_coefficients(const real lp_coeff[], unsigned order, unsig
|
||||
if(d > cmax)
|
||||
cmax = d;
|
||||
}
|
||||
if(cmax < 0) {
|
||||
/* => coeffients are all 0, which means our constant-detect didn't work */
|
||||
if(cmax < 0.0) {
|
||||
/* => coefficients are all 0, which means our constant-detect didn't work */
|
||||
return 2;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user