mirror of https://git.ffmpeg.org/ffmpeg.git
Typo in a comment: s/two avoid/to avoid/
Originally committed as revision 14090 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8edfd15175
commit
0bbab5671d
|
@ -121,7 +121,7 @@ int ff_acelp_lp_synthesis_filter(
|
||||||
{
|
{
|
||||||
int i,n;
|
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_length++;
|
||||||
filter_coeffs--;
|
filter_coeffs--;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue