X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fasrc_hilbert.c;h=640dfe46f92501151dd8dba3cf0608ca00a2d240;hb=bebea787554fe4481847afabf7107171d6523323;hp=a51c676c6fe1490eac4ec0253841455a1433ce44;hpb=6fc762b4fd2c28ef7a0689a1df5ce200e5f5948f;p=ffmpeg diff --git a/libavfilter/asrc_hilbert.c b/libavfilter/asrc_hilbert.c index a51c676c6fe..640dfe46f92 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);