summaryrefslogtreecommitdiffstats
path: root/libaf/af.c
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af.c')
-rw-r--r--libaf/af.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libaf/af.c b/libaf/af.c
index f2bded6cb5..ca2dc7a75f 100644
--- a/libaf/af.c
+++ b/libaf/af.c
@@ -20,6 +20,7 @@ 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;
static af_info_t* filter_list[]={ \
&af_info_dummy,\
@@ -33,6 +34,7 @@ static af_info_t* filter_list[]={ \
&af_info_comp,\
&af_info_pan,\
&af_info_surround,\
+ &af_info_sub,\
NULL \
};