diff --git a/stereo_coder.c b/stereo_coder.c index e7fe5af..2c82cd4 100644 --- a/stereo_coder.c +++ b/stereo_coder.c @@ -227,8 +227,8 @@ int main() { #endif #ifdef LPF LowPassFilter lpf_l, lpf_r; - init_low_pass_filter(lpf_l); - init_low_pass_filter(lpf_r); + init_low_pass_filter(&lpf_l); + init_low_pass_filter(&lpf_r); #endif signal(SIGINT, stop);