X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_entropy.c;h=32f4bac95d000760f69f70bfc87fdb1e508a1be4;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=c7361c84a1d8db5f8c11ec9773b6d7d7cecc42f2;hpb=03210fe138f3b3bd7f5272fe29aca810cf517329;p=ffmpeg diff --git a/libavfilter/vf_entropy.c b/libavfilter/vf_entropy.c index c7361c84a1d..32f4bac95d0 100644 --- a/libavfilter/vf_entropy.c +++ b/libavfilter/vf_entropy.c @@ -193,7 +193,7 @@ static const AVFilterPad outputs[] = { { NULL } }; -AVFilter ff_vf_entropy = { +const AVFilter ff_vf_entropy = { .name = "entropy", .description = NULL_IF_CONFIG_SMALL("Measure video frames entropy."), .priv_size = sizeof(EntropyContext),