From ca568ff079e171b4f60d251402f05d9ce844ce4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 4 Dec 2009 09:00:22 +0100 Subject: [PATCH] audiofxbasefirfilter: Remove obsolete TODO comments --- gst/audiofx/audiofxbasefirfilter.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gst/audiofx/audiofxbasefirfilter.c b/gst/audiofx/audiofxbasefirfilter.c index bfc3038039..a02cf44e66 100644 --- a/gst/audiofx/audiofxbasefirfilter.c +++ b/gst/audiofx/audiofxbasefirfilter.c @@ -20,12 +20,6 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * - * - * TODO: - Implement the convolution in place, probably only makes sense - * when using FFT convolution as currently the convolution itself - * is probably the bottleneck - * - Maybe allow cascading the filter to get a better stopband attenuation. - * Can be done by convolving a filter kernel with itself */ #ifdef HAVE_CONFIG_H