]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_deinterlace_qsv.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_deinterlace_qsv.c
index 34feb616abf6207d10f016a5b5f6038fd02a62f8..3c2d87c7c84bb822828e1f374e8967c05f82b98b 100644 (file)
@@ -594,7 +594,7 @@ static const AVFilterPad qsvdeint_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_deinterlace_qsv = {
+const AVFilter ff_vf_deinterlace_qsv = {
     .name      = "deinterlace_qsv",
     .description = NULL_IF_CONFIG_SMALL("QuickSync video deinterlacing"),