]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_vpp_qsv.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_vpp_qsv.c
index d9c27ce43e32ad0fe52a4c67e56e13b3e9bda13a..b9ab5c649018ca57d390ffb7b009af7d62320921 100644 (file)
@@ -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),