[FFmpeg-cvslog] libavcodec/mips/aacsbr_mips: fix ;;

Michael Niedermayer git at videolan.org
Fri Feb 22 00:08:13 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Feb 21 23:06:30 2013 +0100| [29436c1ab2c59ff779e6bf45e89aaf820110c140] | committer: Michael Niedermayer

libavcodec/mips/aacsbr_mips: fix ;;

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29436c1ab2c59ff779e6bf45e89aaf820110c140
---

 libavcodec/mips/aacsbr_mips.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mips/aacsbr_mips.c b/libavcodec/mips/aacsbr_mips.c
index aed8919..53a5fd0 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;
 



More information about the ffmpeg-cvslog mailing list