Mercurial > libavcodec.hg
changeset 9447:d7554a5e3fd7 libavcodec
[COSMETIC] Correct a minor nit. Should be clearer now.
author | reynaldo |
---|---|
date | Wed, 15 Apr 2009 19:37:35 +0000 |
parents | 1a3865d1b049 |
children | f2835afa516a |
files | celp_filters.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/celp_filters.c Wed Apr 15 19:28:28 2009 +0000 +++ b/celp_filters.c Wed Apr 15 19:37:35 2009 +0000 @@ -61,7 +61,7 @@ { int i,n; - // This line is to avoid a +1 subtraction in the main loop. + // Avoids a +1 in the inner loop. filter_length++; for(n=0; n<buffer_length; n++) @@ -93,7 +93,7 @@ { int i,n; - // This line is to avoid a +1 subtraction in the main loop + // Avoids a +1 in the inner loop. filter_length++; for(n=0; n<buffer_length; n++)