X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_xbr.c;h=7226c03783b2dad6a9a5b2956294117a75b8309c;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=a381be4553e9d94db59ac68720081038df413347;hpb=22f3b6286eaa0c05febcf83b065fdb543cbdd604;p=ffmpeg diff --git a/libavfilter/vf_xbr.c b/libavfilter/vf_xbr.c index a381be4553e..7226c03783b 100644 --- a/libavfilter/vf_xbr.c +++ b/libavfilter/vf_xbr.c @@ -425,7 +425,7 @@ static const AVFilterPad xbr_outputs[] = { { NULL } }; -AVFilter ff_vf_xbr = { +const AVFilter ff_vf_xbr = { .name = "xbr", .description = NULL_IF_CONFIG_SMALL("Scale the input using xBR algorithm."), .inputs = xbr_inputs,