]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_lensfun.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_lensfun.c
index 430daa941beab16b5e127d11561fe00e62d5ce05..e9bb69187e0058445bf2bb4832b78dbbccad1db6 100644 (file)
@@ -536,7 +536,7 @@ static const AVFilterPad lensfun_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_lensfun = {
+const AVFilter ff_vf_lensfun = {
     .name          = "lensfun",
     .description   = NULL_IF_CONFIG_SMALL("Apply correction to an image based on info derived from the lensfun database."),
     .priv_size     = sizeof(LensfunContext),