[FFmpeg-cvslog] r14090 - trunk/libavcodec/acelp_filters.c
vitor
subversion
Sun Jul 6 12:49:28 CEST 2008
Author: vitor
Date: Sun Jul 6 12:49:28 2008
New Revision: 14090
Log:
Typo
Modified:
trunk/libavcodec/acelp_filters.c
Modified: trunk/libavcodec/acelp_filters.c
==============================================================================
--- trunk/libavcodec/acelp_filters.c (original)
+++ trunk/libavcodec/acelp_filters.c Sun Jul 6 12:49:28 2008
@@ -121,7 +121,7 @@ int ff_acelp_lp_synthesis_filter(
{
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_coeffs--;
More information about the ffmpeg-cvslog
mailing list