]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_lenscorrection.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_lenscorrection.c
index 9386f795dae157fe20ecffaa5e03825ac215efcb..7bd008d3d8191683b87ecb101e0ce9e09db377d3 100644 (file)
@@ -357,7 +357,7 @@ static const AVFilterPad lenscorrection_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_lenscorrection = {
+const AVFilter ff_vf_lenscorrection = {
     .name          = "lenscorrection",
     .description   = NULL_IF_CONFIG_SMALL("Rectify the image by correcting for lens distortion."),
     .priv_size     = sizeof(LenscorrectionCtx),