mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Update URLs as nedeed.
Sourceforge.net links updated as nedeed with some of them being changed to point to xiph.org/flac. Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
@@ -156,7 +156,7 @@ void FLAC__lpc_compute_lp_coefficients(const FLAC__real autoc[], unsigned *max_o
|
||||
lp_coeff[i][j] = (FLAC__real)(-lpc[j]); /* negate FIR filter coeff to get predictor coeff */
|
||||
error[i] = err;
|
||||
|
||||
/* see SF bug #1601812 http://sourceforge.net/tracker/index.php?func=detail&aid=1601812&group_id=13478&atid=113478 */
|
||||
/* see SF bug https://sourceforge.net/p/flac/bugs/234/ */
|
||||
if(err == 0.0) {
|
||||
*max_order = i+1;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user