X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_vmafmotion.c;h=2db4783d8dfda6df9f7cb0b127b8517e1515ea4b;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=88d0b3509594cfb0967a1cc9ca17cc028a86e5e7;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_vmafmotion.c b/libavfilter/vf_vmafmotion.c index 88d0b350959..2db4783d8df 100644 --- a/libavfilter/vf_vmafmotion.c +++ b/libavfilter/vf_vmafmotion.c @@ -355,7 +355,7 @@ static const AVFilterPad vmafmotion_outputs[] = { { NULL } }; -AVFilter ff_vf_vmafmotion = { +const AVFilter ff_vf_vmafmotion = { .name = "vmafmotion", .description = NULL_IF_CONFIG_SMALL("Calculate the VMAF Motion score."), .init = init,