This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
8edfd15175
commit
0bbab5671d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 t
w
o 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--;
Write
Preview
Loading…
Cancel
Save