Browse Source

Typo in a comment: s/two avoid/to avoid/

Originally committed as revision 14090 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Vitor Sessak 17 years ago
parent
commit
0bbab5671d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/acelp_filters.c

+ 1
- 1
libavcodec/acelp_filters.c View File

@@ -121,7 +121,7 @@ int ff_acelp_lp_synthesis_filter(
{
int i,n;

// These two lines are two avoid a -1 subtraction in the main loop
// These two lines are to avoid a -1 subtraction in the main loop
filter_length++;
filter_coeffs--;



Loading…
Cancel
Save