diff libaf/af.c @ 13550:81e62cbe57d9

reimplementation of the pl_extrastereo and pl_volnorm plugins
author alex
date Mon, 04 Oct 2004 19:11:05 +0000
parents aa13937da8a0
children 2cfb32a737aa
line wrap: on
line diff
--- a/libaf/af.c	Mon Oct 04 19:07:09 2004 +0000
+++ b/libaf/af.c	Mon Oct 04 19:11:05 2004 +0000
@@ -23,6 +23,8 @@
 extern af_info_t af_info_surround;
 extern af_info_t af_info_sub;
 extern af_info_t af_info_export;
+extern af_info_t af_info_volnorm;
+extern af_info_t af_info_extrastereo;
 
 static af_info_t* filter_list[]={ 
    &af_info_dummy,
@@ -40,6 +42,8 @@
 #ifdef HAVE_SYS_MMAN_H
    &af_info_export,
 #endif
+   &af_info_volnorm,
+   &af_info_extrastereo,
    NULL 
 };