From ce739e616c42105e5c6f22bf4df5dc19b5e8c8f9 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 11 Oct 2019 01:25:27 +0300 Subject: libcamera: ipa: Merge controls and v4l2controls in IPAOperationData MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that the V4L2ControlList is merely a helper to construct a ControlList for V4L2 controls, without any data member, all controls can be transferred between pipeline handlers and IPAs using ControlList only. Remove the v4l2controls member for IPAOperationData and use the control member instead. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Tested-by: Niklas Söderlund Reviewed-by: Niklas Söderlund --- include/ipa/ipa_interface.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/ipa') diff --git a/include/ipa/ipa_interface.h b/include/ipa/ipa_interface.h index c393b64f..dfb1bcbe 100644 --- a/include/ipa/ipa_interface.h +++ b/include/ipa/ipa_interface.h @@ -33,7 +33,6 @@ struct IPAOperationData { unsigned int operation; std::vector data; std::vector controls; - std::vector v4l2controls; }; class IPAInterface -- cgit v1.2.1