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 c0dcd7d78a..9189ce0b37 100644
--- a/libaf/af.c
+++ b/libaf/af.c
@@ -25,6 +25,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_lavcresample;
static af_info_t* filter_list[]={
&af_info_dummy,
@@ -44,6 +45,9 @@ static af_info_t* filter_list[]={
#endif
&af_info_volnorm,
&af_info_extrastereo,
+#ifdef USE_LIBAVCODEC
+ &af_info_lavcresample,
+#endif
NULL
};