]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_vmafmotion.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_vmafmotion.c
index 88d0b3509594cfb0967a1cc9ca17cc028a86e5e7..2db4783d8dfda6df9f7cb0b127b8517e1515ea4b 100644 (file)
@@ -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,