X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_bbox.c;h=849e75646ba3053d721ff269751e38e575517b67;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=acbb4ea16d6d157c17d3b5f58217886b5bf6ded2;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_bbox.c b/libavfilter/vf_bbox.c index acbb4ea16d6..849e75646ba 100644 --- a/libavfilter/vf_bbox.c +++ b/libavfilter/vf_bbox.c @@ -153,7 +153,7 @@ static const AVFilterPad bbox_outputs[] = { { NULL } }; -AVFilter ff_vf_bbox = { +const AVFilter ff_vf_bbox = { .name = "bbox", .description = NULL_IF_CONFIG_SMALL("Compute bounding box for each frame."), .priv_size = sizeof(BBoxContext),