X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_vpp_qsv.c;h=b9ab5c649018ca57d390ffb7b009af7d62320921;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=d9c27ce43e32ad0fe52a4c67e56e13b3e9bda13a;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_vpp_qsv.c b/libavfilter/vf_vpp_qsv.c index d9c27ce43e3..b9ab5c64901 100644 --- a/libavfilter/vf_vpp_qsv.c +++ b/libavfilter/vf_vpp_qsv.c @@ -591,7 +591,7 @@ static const AVFilterPad vpp_outputs[] = { { NULL } }; -AVFilter ff_vf_vpp_qsv = { +const AVFilter ff_vf_vpp_qsv = { .name = "vpp_qsv", .description = NULL_IF_CONFIG_SMALL("Quick Sync Video VPP."), .priv_size = sizeof(VPPContext),