]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_bm3d.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_bm3d.c
index 18d13b25ff90d1be6c08ee3420ed476a9f4117b4..326b258616f3e5635377451ab1d72beb66dea80d 100644 (file)
@@ -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),