summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mestimate.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_mestimate.c')
-rw-r--r--libavfilter/vf_mestimate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_mestimate.c b/libavfilter/vf_mestimate.c
index 7ecfe7da60..daf7fde95f 100644
--- a/libavfilter/vf_mestimate.c
+++ b/libavfilter/vf_mestimate.c
@@ -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),