]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_w3fdif.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_w3fdif.c
index 1a64b2b95360e6e23f7deededf401e62c20ab2df..c13c17e3ed8650e67b402231ecab3e4c4d4a2f35 100644 (file)
@@ -615,7 +615,7 @@ static const AVFilterPad w3fdif_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_w3fdif = {
+const AVFilter ff_vf_w3fdif = {
     .name          = "w3fdif",
     .description   = NULL_IF_CONFIG_SMALL("Apply Martin Weston three field deinterlace."),
     .priv_size     = sizeof(W3FDIFContext),