]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_bilateral.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_bilateral.c
index 3eaf8dd0098655381753c1bfbf95971010a2fd91..7b9bd9737aa6b20a2ee40eb055590de0a190ead5 100644 (file)
@@ -379,7 +379,7 @@ static const AVFilterPad bilateral_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_bilateral = {
+const AVFilter ff_vf_bilateral = {
     .name          = "bilateral",
     .description   = NULL_IF_CONFIG_SMALL("Apply Bilateral filter."),
     .priv_size     = sizeof(BilateralContext),