summaryrefslogtreecommitdiffstats
path: root/libaf/af.c
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af.c')
-rw-r--r--libaf/af.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libaf/af.c b/libaf/af.c
index 8fc9527bc5..1fcda9b004 100644
--- a/libaf/af.c
+++ b/libaf/af.c
@@ -24,6 +24,7 @@ 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;
+extern af_info_t af_info_lavcac3enc;
extern af_info_t af_info_lavcresample;
extern af_info_t af_info_sweep;
extern af_info_t af_info_hrtf;
@@ -51,6 +52,9 @@ static af_info_t* filter_list[]={
#endif
&af_info_volnorm,
&af_info_extrastereo,
+#ifdef USE_LIBAVCODEC_A
+ &af_info_lavcac3enc,
+#endif
#ifdef USE_LIBAVCODEC
&af_info_lavcresample,
#endif