]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_kerndeint.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_kerndeint.c
index 057d15f9cb9426faacaf516c827f8d608ae05c02..a86407beb04df6b93d302336817247f24793e4a4 100644 (file)
@@ -307,7 +307,7 @@ static const AVFilterPad kerndeint_outputs[] = {
 };
 
 
-AVFilter ff_vf_kerndeint = {
+const AVFilter ff_vf_kerndeint = {
     .name          = "kerndeint",
     .description   = NULL_IF_CONFIG_SMALL("Apply kernel deinterlacing to the input."),
     .priv_size     = sizeof(KerndeintContext),