forked from FFmpeg/FFmpeg
Cosmetics: make comment match var name
Originally committed as revision 14454 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6509507fad
commit
c749f3db98
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue