Commit 49534605 authored by vitor's avatar vitor

Fix spelling in comment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22137 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5776e61a
...@@ -86,7 +86,7 @@ void ff_celp_lp_synthesis_filterf(float *out, const float *filter_coeffs, ...@@ -86,7 +86,7 @@ void ff_celp_lp_synthesis_filterf(float *out, const float *filter_coeffs,
{ {
int i,n; 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++) { for (n = 0; n < buffer_length; n++) {
out[n] = in[n]; out[n] = in[n];
for (i = 1; i <= filter_length; i++) for (i = 1; i <= filter_length; i++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment