X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_convolve.c;h=a0066bbd39f4d5dda6c6a5b535a7d3bf105b3a23;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=90ec98715bacbc2921301828431e4b552bba0ab4;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_convolve.c b/libavfilter/vf_convolve.c index 90ec98715ba..a0066bbd39f 100644 --- a/libavfilter/vf_convolve.c +++ b/libavfilter/vf_convolve.c @@ -625,7 +625,7 @@ static const AVFilterPad convolve_outputs[] = { FRAMESYNC_DEFINE_CLASS(convolve, ConvolveContext, fs); -AVFilter ff_vf_convolve = { +const AVFilter ff_vf_convolve = { .name = "convolve", .description = NULL_IF_CONFIG_SMALL("Convolve first video stream with second video stream."), .preinit = convolve_framesync_preinit, @@ -655,7 +655,7 @@ static const AVOption deconvolve_options[] = { FRAMESYNC_DEFINE_CLASS(deconvolve, ConvolveContext, fs); -AVFilter ff_vf_deconvolve = { +const AVFilter ff_vf_deconvolve = { .name = "deconvolve", .description = NULL_IF_CONFIG_SMALL("Deconvolve first video stream with second video stream."), .preinit = deconvolve_framesync_preinit,