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)
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user