X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_zscale.c;h=f77aa720c4240bd457ce4fe27b76e73880baa499;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=c18a161ab4c43da1ca2d33c63b80cc11c8d227ae;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_zscale.c b/libavfilter/vf_zscale.c index c18a161ab4c..f77aa720c42 100644 --- a/libavfilter/vf_zscale.c +++ b/libavfilter/vf_zscale.c @@ -927,7 +927,7 @@ static const AVFilterPad avfilter_vf_zscale_outputs[] = { { NULL } }; -AVFilter ff_vf_zscale = { +const AVFilter ff_vf_zscale = { .name = "zscale", .description = NULL_IF_CONFIG_SMALL("Apply resizing, colorspace and bit depth conversion."), .init_dict = init_dict,