Mercurial > libavcodec.hg
changeset 11329:fb56293a501a libavcodec
Fix spelling in comment
author | vitor |
---|---|
date | Mon, 01 Mar 2010 20:42:13 +0000 |
parents | 51d5b29fc4fc |
children | e8e5dbbbf9c4 |
files | celp_filters.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/celp_filters.c Mon Mar 01 19:56:51 2010 +0000 +++ b/celp_filters.c Mon Mar 01 20:42:13 2010 +0000 @@ -86,7 +86,7 @@ { int i,n; -#if 0 // Unoptimized code patch for improved readability +#if 0 // Unoptimized code path for improved readability for (n = 0; n < buffer_length; n++) { out[n] = in[n]; for (i = 1; i <= filter_length; i++)