X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_maskedclamp.c;h=050e3ae6e44cdef9e122b0ff7876d6bde34fc383;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=af2793b55d248f35a6880bc0d99d484a89af9a73;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_maskedclamp.c b/libavfilter/vf_maskedclamp.c index af2793b55d2..050e3ae6e44 100644 --- a/libavfilter/vf_maskedclamp.c +++ b/libavfilter/vf_maskedclamp.c @@ -316,7 +316,7 @@ static const AVFilterPad maskedclamp_outputs[] = { { NULL } }; -AVFilter ff_vf_maskedclamp = { +const AVFilter ff_vf_maskedclamp = { .name = "maskedclamp", .description = NULL_IF_CONFIG_SMALL("Clamp first stream with second stream and third stream."), .priv_size = sizeof(MaskedClampContext),