X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_mestimate.c;h=daf7fde95f1c73a350164418699419b9b1b5fd9d;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=7ecfe7da6038c02483e774c59c01f84c4d1881a1;hpb=f3881c04e93ee70567bd3fe087f49b996b026d30;p=ffmpeg diff --git a/libavfilter/vf_mestimate.c b/libavfilter/vf_mestimate.c index 7ecfe7da603..daf7fde95f1 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),