Browse Source

Fix spelling in comment

Originally committed as revision 22137 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Vitor Sessak 15 years ago
parent
commit
fe89ccd162
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/celp_filters.c

+ 1
- 1
libavcodec/celp_filters.c View File

@@ -86,7 +86,7 @@ void ff_celp_lp_synthesis_filterf(float *out, const float *filter_coeffs,
{
int i,n;

#if 0 // Unoptimized code patch for improved readability
#if 0 // Unoptimized code path for improved readability
for (n = 0; n < buffer_length; n++) {
out[n] = in[n];
for (i = 1; i <= filter_length; i++)


Loading…
Cancel
Save