X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_bm3d.c;h=326b258616f3e5635377451ab1d72beb66dea80d;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=18d13b25ff90d1be6c08ee3420ed476a9f4117b4;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_bm3d.c b/libavfilter/vf_bm3d.c index 18d13b25ff9..326b258616f 100644 --- a/libavfilter/vf_bm3d.c +++ b/libavfilter/vf_bm3d.c @@ -1055,7 +1055,7 @@ static const AVFilterPad bm3d_outputs[] = { { NULL } }; -AVFilter ff_vf_bm3d = { +const AVFilter ff_vf_bm3d = { .name = "bm3d", .description = NULL_IF_CONFIG_SMALL("Block-Matching 3D denoiser."), .priv_size = sizeof(BM3DContext),