From 9b2c81e1bbf7586841ae3e7e4567922d78caa0d5 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 13 Apr 2006 10:36:17 +0000 Subject: very simple filter which can remove a sine at a specified frequency, usefull to get rid of the 50/60hz noise on ultra crappy equipment probably works only with 1 channel input git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18083 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libaf/af.c') diff --git a/libaf/af.c b/libaf/af.c index 04aa285743..14852ad6c6 100644 --- a/libaf/af.c +++ b/libaf/af.c @@ -29,6 +29,7 @@ extern af_info_t af_info_sweep; extern af_info_t af_info_hrtf; extern af_info_t af_info_ladspa; extern af_info_t af_info_center; +extern af_info_t af_info_sinesupress; static af_info_t* filter_list[]={ &af_info_dummy, @@ -57,6 +58,7 @@ static af_info_t* filter_list[]={ &af_info_ladspa, #endif &af_info_center, + &af_info_sinesupress, NULL }; -- cgit v1.2.3