X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_pp7.c;h=c53a8716cb26fda20912fb6a6e3f868ca74f51b0;hb=6ad61e30a16d338eab23b649365813fb150066ef;hp=ade7feb0b22c84d292a5f164907248205874ea4c;hpb=955bdb1d32b279ea7a773dba66ac375d98d71740;p=ffmpeg diff --git a/libavfilter/vf_pp7.c b/libavfilter/vf_pp7.c index ade7feb0b22..c53a8716cb2 100644 --- a/libavfilter/vf_pp7.c +++ b/libavfilter/vf_pp7.c @@ -402,7 +402,7 @@ static const AVFilterPad pp7_outputs[] = { { NULL } }; -AVFilter ff_vf_pp7 = { +const AVFilter ff_vf_pp7 = { .name = "pp7", .description = NULL_IF_CONFIG_SMALL("Apply Postprocessing 7 filter."), .priv_size = sizeof(PP7Context),