]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_idet.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_idet.c
index 02ae2edcb99ec6208f838d98a5eaef3e114aabac..eadc24a275d9adc223037aeb67941a3b388386f8 100644 (file)
@@ -441,7 +441,7 @@ static const AVFilterPad idet_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_idet = {
+const AVFilter ff_vf_idet = {
     .name          = "idet",
     .description   = NULL_IF_CONFIG_SMALL("Interlace detect Filter."),
     .priv_size     = sizeof(IDETContext),