summaryrefslogtreecommitdiffstats
path: root/audio/filter/af.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/filter/af.c')
-rw-r--r--audio/filter/af.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/filter/af.c b/audio/filter/af.c
index 8afedbcfe5..71f4c67b51 100644
--- a/audio/filter/af.c
+++ b/audio/filter/af.c
@@ -35,7 +35,7 @@ extern struct af_info af_info_pan;
extern struct af_info af_info_surround;
extern struct af_info af_info_sub;
extern struct af_info af_info_export;
-extern struct af_info af_info_volnorm;
+extern struct af_info af_info_drc;
extern struct af_info af_info_extrastereo;
extern struct af_info af_info_lavcac3enc;
extern struct af_info af_info_lavcresample;
@@ -62,7 +62,7 @@ static struct af_info* filter_list[]={
#ifdef HAVE_SYS_MMAN_H
&af_info_export,
#endif
- &af_info_volnorm,
+ &af_info_drc,
&af_info_extrastereo,
&af_info_lavcac3enc,
&af_info_lavcresample,