]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_mestimate.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_mestimate.c
index 7ecfe7da6038c02483e774c59c01f84c4d1881a1..daf7fde95f1c73a350164418699419b9b1b5fd9d 100644 (file)
@@ -365,7 +365,7 @@ static const AVFilterPad mestimate_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_mestimate = {
+const AVFilter ff_vf_mestimate = {
     .name          = "mestimate",
     .description   = NULL_IF_CONFIG_SMALL("Generate motion vectors."),
     .priv_size     = sizeof(MEContext),