]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_scdet.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_scdet.c
index b91d91f1e1b85144f20d5242dbf4fc279f9681f4..3f7b7c5f258be416aa830825394c560ef55c46c1 100644 (file)
@@ -211,7 +211,7 @@ static const AVFilterPad scdet_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_scdet = {
+const AVFilter ff_vf_scdet = {
     .name          = "scdet",
     .description   = NULL_IF_CONFIG_SMALL("Detect video scene change"),
     .priv_size     = sizeof(SCDetContext),