From: Vitor Sessak Date: Sun, 29 Jun 2008 11:19:50 +0000 (+0000) Subject: Add a rounding parameter to ff_acelp_lp_synthesis_filter() X-Git-Tag: v0.5~3890 X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=8a1c868ee6f279d93310e590fbc13e54df12a040 Add a rounding parameter to ff_acelp_lp_synthesis_filter() Originally committed as revision 14028 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/acelp_filters.c b/libavcodec/acelp_filters.c index 2aedbddab3..fb52d0f8c9 100644 --- a/libavcodec/acelp_filters.c +++ b/libavcodec/acelp_filters.c @@ -116,13 +116,14 @@ int ff_acelp_lp_synthesis_filter( const int16_t* in, int buffer_length, int filter_length, - int stop_on_overflow) + int stop_on_overflow, + int rounder) { int i,n; for(n=0; n