X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavfilter%2Fvf_libvmaf.c;h=d2621c7a9f1c0a7e56304e3a46bf864bda1fbd69;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=4d49127efcc9e870ca1e37fc6db997c505a5ff34;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_libvmaf.c b/libavfilter/vf_libvmaf.c index 4d49127efcc..d2621c7a9f1 100644 --- a/libavfilter/vf_libvmaf.c +++ b/libavfilter/vf_libvmaf.c @@ -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,