]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_il.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_il.c
index 46af57f96eeb1546844fe56afaa2fda2d4e60744..9b21f2e7a71655e50c3d227fd54cd7798ef46b75 100644 (file)
@@ -198,7 +198,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_il = {
+const AVFilter ff_vf_il = {
     .name          = "il",
     .description   = NULL_IF_CONFIG_SMALL("Deinterleave or interleave fields."),
     .priv_size     = sizeof(IlContext),