X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fbbox.h;h=cf026b81f9c7d4cf2de00b8be23ec681fd0b93e2;hb=eea69a9f250e565640f1dc69b285a4d27668f67b;hp=eb73154c14b458d7ddebff40859650005c4ac631;hpb=85452f9ab7aaa6417e8c8b1b2eb285e7dce55a9c;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;