X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fbbox.h;h=cf026b81f9c7d4cf2de00b8be23ec681fd0b93e2;hb=f7d4c60ac47547f69ddc96e7bed682f54436cd1a;hp=eb73154c14b458d7ddebff40859650005c4ac631;hpb=2584656106bf6c6e1b80b63c793a3425d204d6a2;p=ffmpeg diff --git a/libavfilter/bbox.h b/libavfilter/bbox.h index eb73154c14b..cf026b81f9c 100644 --- a/libavfilter/bbox.h +++ b/libavfilter/bbox.h @@ -23,7 +23,7 @@ #include -typedef struct { +typedef struct FFBoundingBox { int x1, x2, y1, y2; } FFBoundingBox;