From 9fb516e90a489eada41956447b72cd6db1933909 Mon Sep 17 00:00:00 2001 From: corey Date: Wed, 7 Jun 2006 00:02:51 +0000 Subject: Rename sinesupress to sinesuppress, including af_sinesupress.c file rename. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18612 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libaf/af.c') diff --git a/libaf/af.c b/libaf/af.c index c5c039c7ae..d9f234aa48 100644 --- a/libaf/af.c +++ b/libaf/af.c @@ -29,7 +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; +extern af_info_t af_info_sinesuppress; extern af_info_t af_info_karaoke; static af_info_t* filter_list[]={ @@ -59,7 +59,7 @@ static af_info_t* filter_list[]={ &af_info_ladspa, #endif &af_info_center, - &af_info_sinesupress, + &af_info_sinesuppress, &af_info_karaoke, NULL }; -- cgit v1.2.3