minor comments
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 28 Jan 2007 17:37:55 +0000 (17:37 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 28 Jan 2007 17:37:55 +0000 (17:37 +0000)
src/libFLAC/lpc.c

index 5a13f3f..ffcc36d 100644 (file)
@@ -141,7 +141,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 #1601812 http://sourceforge.net/tracker/index.php?func=detail&aid=1601812&group_id=13478&atid=113478 */
                if(err == 0.0) {
                        *max_order = i+1;
                        return;