comparison libaf/af.c @ 18611:1c2f694d5232

Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.
author corey
date Wed, 07 Jun 2006 00:02:51 +0000
parents 0ea3c732d72d
children 36db63e8e5d7
comparison
equal deleted inserted replaced
18610:e0df832235c6 18611:1c2f694d5232
27 extern af_info_t af_info_lavcresample; 27 extern af_info_t af_info_lavcresample;
28 extern af_info_t af_info_sweep; 28 extern af_info_t af_info_sweep;
29 extern af_info_t af_info_hrtf; 29 extern af_info_t af_info_hrtf;
30 extern af_info_t af_info_ladspa; 30 extern af_info_t af_info_ladspa;
31 extern af_info_t af_info_center; 31 extern af_info_t af_info_center;
32 extern af_info_t af_info_sinesupress; 32 extern af_info_t af_info_sinesuppress;
33 extern af_info_t af_info_karaoke; 33 extern af_info_t af_info_karaoke;
34 34
35 static af_info_t* filter_list[]={ 35 static af_info_t* filter_list[]={
36 &af_info_dummy, 36 &af_info_dummy,
37 &af_info_delay, 37 &af_info_delay,
57 &af_info_hrtf, 57 &af_info_hrtf,
58 #ifdef HAVE_LADSPA 58 #ifdef HAVE_LADSPA
59 &af_info_ladspa, 59 &af_info_ladspa,
60 #endif 60 #endif
61 &af_info_center, 61 &af_info_center,
62 &af_info_sinesupress, 62 &af_info_sinesuppress,
63 &af_info_karaoke, 63 &af_info_karaoke,
64 NULL 64 NULL
65 }; 65 };
66 66
67 // Message printing 67 // Message printing