Re: [PATCH 05/22] [media] v4l2-rect.h: add position and equal helpers

2018-06-29 Thread Sakari Ailus
On Thu, Jun 28, 2018 at 06:20:37PM +0200, Marco Felsch wrote: > Add two helper functions to check if two rectangles have the same > position (top/left) and if two rectangles equals (same size and > same position). > > Signed-off-by: Marco Felsch Acked-by: Sakari Ailus -- Sakari Ailus

[PATCH 05/22] [media] v4l2-rect.h: add position and equal helpers

2018-06-28 Thread Marco Felsch
Add two helper functions to check if two rectangles have the same position (top/left) and if two rectangles equals (same size and same position). Signed-off-by: Marco Felsch --- include/media/v4l2-rect.h | 27 +++ 1 file changed, 27 insertions(+) diff --git