[SCM] libav/experimental: Cosmetics: make comment match var name

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:26:16 UTC 2013


The following commit has been merged in the experimental branch:
commit c749f3db982aacba0d120fddf6c0f19c6e1f04a4
Author: Vitor Sessak <vitor1001 at gmail.com>
Date:   Mon Jul 28 05:18:39 2008 +0000

    Cosmetics: make comment match var name
    
    Originally committed as revision 14454 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c
index 16bb565..a9cf10f 100644
--- a/libavcodec/ra288.c
+++ b/libavcodec/ra288.c
@@ -79,7 +79,7 @@ static void decode(RA288Context *ractx, float gain, int cb_coef)
     sum = av_clipf(sum, 0, 60);
 
     /* block 48 of G.728 spec */
-    sumsum = exp(sum * 0.1151292546497) * gain;    /* pow(10.0,sum/20)*f */
+    sumsum = exp(sum * 0.1151292546497) * gain; /* pow(10.0,sum/20)*gain */
 
     for (x=0; x < 5; x++)
         buffer[x] = codetable[cb_coef][x] * sumsum;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list