X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_extractplanes.c;h=cede3d669ee4144306b138a310a573b8694e6354;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=01ce4d1a3d73cd1769c8573911539dc3fc319a47;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_extractplanes.c b/libavfilter/vf_extractplanes.c index 01ce4d1a3d7..cede3d669ee 100644 --- a/libavfilter/vf_extractplanes.c +++ b/libavfilter/vf_extractplanes.c @@ -379,7 +379,7 @@ static const AVFilterPad extractplanes_inputs[] = { { NULL } }; -AVFilter ff_vf_extractplanes = { +const AVFilter ff_vf_extractplanes = { .name = "extractplanes", .description = NULL_IF_CONFIG_SMALL("Extract planes as grayscale frames."), .priv_size = sizeof(ExtractPlanesContext), @@ -403,7 +403,7 @@ static av_cold int init_alphaextract(AVFilterContext *ctx) return init(ctx); } -AVFilter ff_vf_alphaextract = { +const AVFilter ff_vf_alphaextract = { .name = "alphaextract", .description = NULL_IF_CONFIG_SMALL("Extract an alpha channel as a " "grayscale image component."),