X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_entropy.c;h=32f4bac95d000760f69f70bfc87fdb1e508a1be4;hb=3a3e8c35b63a40c4d59161097dc8652c15d13779;hp=c7361c84a1d8db5f8c11ec9773b6d7d7cecc42f2;hpb=b2f32d60eeaf883bb7d9e1b8cc2fb9a983d08f72;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),