X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_epx.c;h=731ba821a80995cf7e917711c6c2386d0cc0dc66;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=65b8975c2300f2e88e7196a60c7b856642778f75;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_epx.c b/libavfilter/vf_epx.c index 65b8975c230..731ba821a80 100644 --- a/libavfilter/vf_epx.c +++ b/libavfilter/vf_epx.c @@ -275,7 +275,7 @@ static const AVFilterPad outputs[] = { { NULL } }; -AVFilter ff_vf_epx = { +const AVFilter ff_vf_epx = { .name = "epx", .description = NULL_IF_CONFIG_SMALL("Scale the input using EPX algorithm."), .inputs = inputs,