ref: 8d72d0fec13690c132ed029ea7c5ef13be0d363f
parent: aff4ab16e14426c362e80032b9e489a6fc733845
author: Erik de Castro Lopo <erikd@miles>
date: Sat Jun 26 21:53:44 EDT 2004
Remove redundant field in SINC_FILTER struct.
--- a/src/src_sinc.c
+++ b/src/src_sinc.c
@@ -82,7 +82,6 @@
coeff_t const *coeffs ;
int b_current, b_end, b_real_end, b_len ;
- float *pdata ;
float buffer [1] ;
} SINC_FILTER ;