diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-21 23:06:30 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-21 23:06:30 +0100 |
commit | 29436c1ab2c59ff779e6bf45e89aaf820110c140 (patch) | |
tree | 00f8105b5aa7654899c8d395b5f365e10516a760 | |
parent | 46d52a0b098f0c9291dcd2b0c41e8e5d050ab558 (diff) | |
download | ffmpeg-29436c1ab2c59ff779e6bf45e89aaf820110c140.tar.gz |
libavcodec/mips/aacsbr_mips: fix ;;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/mips/aacsbr_mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mips/aacsbr_mips.c b/libavcodec/mips/aacsbr_mips.c index aed89197c4..53a5fd06b7 100644 --- a/libavcodec/mips/aacsbr_mips.c +++ b/libavcodec/mips/aacsbr_mips.c @@ -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; |