[libcamera-devel] [PATCH v6 17/12] fixup! libcamera: transform: Add operations with Orientation

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Oct 23 00:41:55 CEST 2023


- Fix parameter name in declaration of operator*()

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 include/libcamera/transform.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/libcamera/transform.h b/include/libcamera/transform.h
index 847a1f94713c..9eb10e156d0d 100644
--- a/include/libcamera/transform.h
+++ b/include/libcamera/transform.h
@@ -75,7 +75,7 @@ Transform transformFromOrientation(const Orientation &orientation);
 Orientation transformToOrientation(const Transform &transform);
 
 Transform operator/(const Orientation &o1, const Orientation &o2);
-Orientation operator*(const Orientation &o1, const Transform &t);
+Orientation operator*(const Orientation &o, const Transform &t);
 
 const char *transformToString(Transform t);
 
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list