summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_sinesuppress.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/filter/af_sinesuppress.c')
-rw-r--r--audio/filter/af_sinesuppress.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/filter/af_sinesuppress.c b/audio/filter/af_sinesuppress.c
index 10f0b650ec..b9c86ccfe9 100644
--- a/audio/filter/af_sinesuppress.c
+++ b/audio/filter/af_sinesuppress.c
@@ -162,10 +162,7 @@ static int af_open(struct af_instance* af){
// Description of this filter
struct af_info af_info_sinesuppress = {
- "Sine Suppress",
- "sinesuppress",
- "Michael Niedermayer",
- "",
- 0,
- af_open
+ .info = "Sine Suppress",
+ .name = "sinesuppress",
+ .open = af_open,
};