]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_libvmaf.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_libvmaf.c
index 4d49127efcc9e870ca1e37fc6db997c505a5ff34..d2621c7a9f1c0a7e56304e3a46bf864bda1fbd69 100644 (file)
@@ -365,7 +365,7 @@ static const AVFilterPad libvmaf_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_libvmaf = {
+const AVFilter ff_vf_libvmaf = {
     .name          = "libvmaf",
     .description   = NULL_IF_CONFIG_SMALL("Calculate the VMAF between two video streams."),
     .preinit       = libvmaf_framesync_preinit,