From patchwork Fri Feb 14 16:09:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Klug X-Patchwork-Id: 22781 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 5E5CDC3272 for ; Fri, 14 Feb 2025 16:10:38 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8904B68649; Fri, 14 Feb 2025 17:10:37 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Wkx1ZoKa"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id D8A8B6862A for ; Fri, 14 Feb 2025 17:10:35 +0100 (CET) Received: from ideasonboard.com (unknown [IPv6:2a00:6020:448c:6c00:2ff9:b837:9e53:886e]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 7DE4D710; Fri, 14 Feb 2025 17:09:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1739549356; bh=e6vAU/D0+azp/8CYZs+jxNgmO6qxWfwsBH7CCXLGqSs=; h=From:To:Cc:Subject:Date:From; b=Wkx1ZoKaQyTSX3Sy9ogsYQ0Bf8OIAX40TqN6YEhsyOEksK/eXtqNPV+rOMwePr+s9 6IQJmUjHkv0OoOo4cybURVadSeV2chtWqxfPm+2w1Uokndfzsm/hUq/+SJaEbJZBpB sME0YeCIm2lhZD4wdgO3Y1oAZ2o+bUb934/YhQEg= From: Stefan Klug To: libcamera-devel@lists.libcamera.org Cc: Stefan Klug Subject: [PATCH v2 0/2] Silence warning when creating a PixelFormatInfo from a null format Date: Fri, 14 Feb 2025 17:09:46 +0100 Message-ID: <20250214161031.240481-1-stefan.klug@ideasonboard.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hi all, This series is a spit up version of [1] so that the refactoring can be easily rolled back if needed. Best regards, Stefan [1] https://patchwork.libcamera.org/project/libcamera/list/?series=4999 Stefan Klug (2): libcamera: formats: Silence warning when creating a PixelFormatInfo from a null format libcamera: formats: Deduplicate PixelFormatInfo::info() code src/libcamera/formats.cpp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-)