X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_sab.c;h=12fbe40655f76feccafa2aab5f05e1d2867f8095;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=6f6365416165b40e2d2c1e44791897f0ac8c8441;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_sab.c b/libavfilter/vf_sab.c index 6f636541616..12fbe40655f 100644 --- a/libavfilter/vf_sab.c +++ b/libavfilter/vf_sab.c @@ -323,7 +323,7 @@ static const AVFilterPad sab_outputs[] = { { NULL } }; -AVFilter ff_vf_sab = { +const AVFilter ff_vf_sab = { .name = "sab", .description = NULL_IF_CONFIG_SMALL("Apply shape adaptive blur."), .priv_size = sizeof(SabContext),