From a04ad248a05e7b613abe09b3bb067f555108d794 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Mon, 19 Apr 2021 18:33:56 +0200 Subject: avfilter: Constify all AVFilters This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer --- libavfilter/asrc_sinc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/asrc_sinc.c') diff --git a/libavfilter/asrc_sinc.c b/libavfilter/asrc_sinc.c index c3ecb864d1..e4aa51c0d0 100644 --- a/libavfilter/asrc_sinc.c +++ b/libavfilter/asrc_sinc.c @@ -444,7 +444,7 @@ static const AVOption sinc_options[] = { AVFILTER_DEFINE_CLASS(sinc); -AVFilter ff_asrc_sinc = { +const AVFilter ff_asrc_sinc = { .name = "sinc", .description = NULL_IF_CONFIG_SMALL("Generate a sinc kaiser-windowed low-pass, high-pass, band-pass, or band-reject FIR coefficients."), .priv_size = sizeof(SincContext), -- cgit v1.2.3