*** empty log message ***

This commit is contained in:
Josh Coalson
2001-03-01 19:14:05 +00:00
parent b2109495f4
commit 456db820b6

View File

@@ -104,8 +104,8 @@ int FLAC__lpc_quantize_coefficients(const real lp_coeff[], unsigned order, unsig
if(d > cmax) if(d > cmax)
cmax = d; cmax = d;
} }
if(cmax < 0) { if(cmax < 0.0) {
/* => coeffients are all 0, which means our constant-detect didn't work */ /* => coefficients are all 0, which means our constant-detect didn't work */
return 2; return 2;
} }
else { else {