mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-20 04:00:45 +00:00
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…
x
Reference in New Issue
Block a user