From 80ba1ddb58b5923b9f36a6acd542affc4ca722eb Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Mon, 31 Jan 2011 19:26:02 +0000 Subject: Remove unneeded add bias from 3 functions. DSPContext.vector_fmul_window() DCADSPContext.lfe_fir() SynthFilterContext.synth_filter_float() Signed-off-by: Mans Rullgard --- libavcodec/synth_filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/synth_filter.h') diff --git a/libavcodec/synth_filter.h b/libavcodec/synth_filter.h index d6209d5dba..33edcc437f 100644 --- a/libavcodec/synth_filter.h +++ b/libavcodec/synth_filter.h @@ -28,7 +28,7 @@ typedef struct SynthFilterContext { float *synth_buf_ptr, int *synth_buf_offset, float synth_buf2[32], const float window[512], float out[32], const float in[32], - float scale, float bias); + float scale); } SynthFilterContext; void ff_synth_filter_init(SynthFilterContext *c); -- cgit v1.2.3