mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
remove debug printouts
This commit is contained in:
@@ -101,7 +101,6 @@ void FLAC__lpc_compute_lp_coefficients(const real autoc[], unsigned max_order, r
|
|||||||
lpc[j] += lpc[j] * r;
|
lpc[j] += lpc[j] * r;
|
||||||
|
|
||||||
err *= (1.0 - r * r);
|
err *= (1.0 - r * r);
|
||||||
if(err<0.0)fprintf(stderr,"@@@ err went negative, order=%u (%f,%f)\n",i,err,r);
|
|
||||||
|
|
||||||
/* save this order */
|
/* save this order */
|
||||||
for(j = 0; j <= i; j++)
|
for(j = 0; j <= i; j++)
|
||||||
|
|||||||
Reference in New Issue
Block a user