]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_minterpolate.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_minterpolate.c
index 969463f0219807d1aa28cc20916d16e587f00931..77462dbd5df7547e1de284994e8c2c8b165dd380 100644 (file)
@@ -1258,7 +1258,7 @@ static const AVFilterPad minterpolate_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_minterpolate = {
+const AVFilter ff_vf_minterpolate = {
     .name          = "minterpolate",
     .description   = NULL_IF_CONFIG_SMALL("Frame rate conversion using Motion Interpolation."),
     .priv_size     = sizeof(MIContext),