X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_bbox.c;h=4ac2980a6c4af4aa606fa5d899c8c892a023c1e4;hb=19bb2cade5c8a9d7e666b9b668f7bb8f28e8b759;hp=7d5055305d3a38dbb79f5abcc516b4d4b036f93d;hpb=fc63d5ceb357c4b760cb02772de0b50d0557140f;p=ffmpeg diff --git a/libavfilter/vf_bbox.c b/libavfilter/vf_bbox.c index 7d5055305d3..4ac2980a6c4 100644 --- a/libavfilter/vf_bbox.c +++ b/libavfilter/vf_bbox.c @@ -30,7 +30,7 @@ #include "bbox.h" #include "internal.h" -typedef struct { +typedef struct BBoxContext { const AVClass *class; int min_val; } BBoxContext;