summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_hilbert.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/asrc_hilbert.c')
-rw-r--r--libavfilter/asrc_hilbert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/asrc_hilbert.c b/libavfilter/asrc_hilbert.c
index a51c676c6f..640dfe46f9 100644
--- a/libavfilter/asrc_hilbert.c
+++ b/libavfilter/asrc_hilbert.c
@@ -113,7 +113,7 @@ static av_cold int query_formats(AVFilterContext *ctx)
if (ret < 0)
return ret;
- layouts = avfilter_make_format64_list(chlayouts);
+ layouts = ff_make_format64_list(chlayouts);
if (!layouts)
return AVERROR(ENOMEM);
ret = ff_set_common_channel_layouts(ctx, layouts);