summaryrefslogtreecommitdiffstats
path: root/libaf/af.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-02 21:00:51 +0200
committerwm4 <wm4@nowhere>2012-08-02 22:07:38 +0200
commitaad9af2033d4606f1ba6859be995d2e7851fa5e5 (patch)
tree97ec991297a2f2b61fd3506900face668c9b7d23 /libaf/af.c
parent751333eb63c5d57ab9b9c83197862114102b70e7 (diff)
downloadmpv-aad9af2033d4606f1ba6859be995d2e7851fa5e5.tar.bz2
mpv-aad9af2033d4606f1ba6859be995d2e7851fa5e5.tar.xz
AF: remove af_gate and af_comp
To quote the manpage: "This filter is untested, maybe even unusable." And it seems they were never touched again after it was added many years ago (except for cosmetic changes). Just get rid of them.
Diffstat (limited to 'libaf/af.c')
-rw-r--r--libaf/af.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libaf/af.c b/libaf/af.c
index e4015727ac..0bc783e49c 100644
--- a/libaf/af.c
+++ b/libaf/af.c
@@ -32,8 +32,6 @@ extern af_info_t af_info_format;
extern af_info_t af_info_resample;
extern af_info_t af_info_volume;
extern af_info_t af_info_equalizer;
-extern af_info_t af_info_gate;
-extern af_info_t af_info_comp;
extern af_info_t af_info_pan;
extern af_info_t af_info_surround;
extern af_info_t af_info_sub;
@@ -60,8 +58,6 @@ static af_info_t* filter_list[]={
&af_info_resample,
&af_info_volume,
&af_info_equalizer,
- &af_info_gate,
- &af_info_comp,
&af_info_pan,
&af_info_surround,
&af_info_sub,