[FFmpeg-cvslog] r22137 - trunk/libavcodec/celp_filters.c
vitor
subversion
Mon Mar 1 21:42:13 CET 2010
Author: vitor
Date: Mon Mar 1 21:42:13 2010
New Revision: 22137
Log:
Fix spelling in comment
Modified:
trunk/libavcodec/celp_filters.c
Modified: trunk/libavcodec/celp_filters.c
==============================================================================
--- trunk/libavcodec/celp_filters.c Mon Mar 1 20:56:51 2010 (r22136)
+++ trunk/libavcodec/celp_filters.c Mon Mar 1 21:42:13 2010 (r22137)
@@ -86,7 +86,7 @@ void ff_celp_lp_synthesis_filterf(float
{
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++)
More information about the ffmpeg-cvslog
mailing list