Browse Source

Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf'

patchset. Just a reindent.

Originally committed as revision 17917 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Reynaldo H. Verdejo Pinochet 16 years ago
parent
commit
d2af569710
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/qcelpdec.c

+ 1
- 1
libavcodec/qcelpdec.c View File

@@ -631,7 +631,7 @@ void interpolate_lpc(QCELPContext *q, const float *curr_lspf, float *lpc,
if(weight != 1.0)
{
ff_weighted_vector_sumf(interpolated_lspf, curr_lspf, q->prev_lspf,
weight, 1.0 - weight, 10);
weight, 1.0 - weight, 10);
lspf2lpc(interpolated_lspf, lpc);
}else if(q->bitrate >= RATE_QUARTER ||
(q->bitrate == I_F_Q && !subframe_num))


Loading…
Cancel
Save