[FFmpeg-cvslog] avcodec/aacps: Fix ;;

Michael Niedermayer git at videolan.org
Sat Jul 25 14:50:19 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sat Jul 25 14:07:55 2015 +0200| [bbad3811cc86f1b4c81fbf5042b4d0bbfcef9028] | committer: Michael Niedermayer

avcodec/aacps: Fix ;;

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

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

diff --git a/libavcodec/aacps.c b/libavcodec/aacps.c
index bf60475..664330d 100644
--- a/libavcodec/aacps.c
+++ b/libavcodec/aacps.c
@@ -670,7 +670,7 @@ static void decorrelation(PSContext *ps, INTFLOAT (*out)[32][2], const INTFLOAT
     const int8_t *k_to_i = is34 ? k_to_i_34 : k_to_i_20;
     int i, k, m, n;
     int n0 = 0, nL = 32;
-    const INTFLOAT peak_decay_factor = Q31(0.76592833836465f);;
+    const INTFLOAT peak_decay_factor = Q31(0.76592833836465f);
 
     memset(power, 0, 34 * sizeof(*power));
 



More information about the ffmpeg-cvslog mailing list