]> git.sesse.net Git - ffmpeg/commitdiff
libavcodec/mips/aacsbr_mips: fix ;;
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 21 Feb 2013 22:06:30 +0000 (23:06 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 21 Feb 2013 22:06:30 +0000 (23:06 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/mips/aacsbr_mips.c

index aed89197c4696f63bbecb14d78f6c59aebd17256..53a5fd06b71be9fb373d9451cb9950c85f2d0e1a 100644 (file)
@@ -488,7 +488,7 @@ static void sbr_hf_inverse_filter_mips(SBRDSPContext *dsp,
 {
     int k;
     float temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, c;
-    float *phi1, *alpha_1, *alpha_0, res1, res2, temp_real, temp_im;;
+    float *phi1, *alpha_1, *alpha_0, res1, res2, temp_real, temp_im;
 
     c = 1.000001f;