]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_bwdif.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_bwdif.c
index b6aed7a450359a6185b3badadcbefb3802d3fea2..faba945c7fd494d81538ed652fa93e9a29f2005c 100644 (file)
@@ -410,7 +410,7 @@ static const AVFilterPad avfilter_vf_bwdif_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_bwdif = {
+const AVFilter ff_vf_bwdif = {
     .name          = "bwdif",
     .description   = NULL_IF_CONFIG_SMALL("Deinterlace the input image."),
     .priv_size     = sizeof(BWDIFContext),