]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_threshold.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_threshold.c
index 11623d394e9e759a9e86e7883d8c41f37d225772..decfbf8564c5ee7ce8577f4b1e4b3687bd1cbc88 100644 (file)
@@ -354,7 +354,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_threshold = {
+const AVFilter ff_vf_threshold = {
     .name          = "threshold",
     .description   = NULL_IF_CONFIG_SMALL("Threshold first video stream using other video streams."),
     .priv_size     = sizeof(ThresholdContext),