From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 91966490CF for ; Sun, 3 Mar 2024 13:03:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2476768D36D; Sun, 3 Mar 2024 15:03:17 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4D8CF68D2EF for ; Sun, 3 Mar 2024 15:03:11 +0200 (EET) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id BC3B3106026C for ; Sun, 3 Mar 2024 13:03:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1709470990; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=/rgx+4hqzCwYhf4GHsPyFIx8g6YpjOYD0Pmu6UFMJxY=; b=skg1E40EPMgyc/Ds8J/uSI8cz3stw3Yd2Lcwlp+FpZIaZFTLAziI1CvXi035TZ5p /wyf7jpU7k4R3RuThKi6Qzh3VzXt9O5SMY2km5Vac9DIeJji7WxZk7gs7ErWmkDibdn avvMgxbkjV2ZRqEReqTjrnkuhX5tK+4sDIbog22hoGlYImnMkFYnstinCO1ub4wZgyi Qx4yAjOJ4KTvOOfKYCNVPu3rVMJsOnaasD5Bk3JvjQYAqKJZOgKp35B9MYIoMQzl+sf PFyDrGKzmnLJ0r+YUaUzOQRbo5FXECt3z61+DrjJDNJwKJkK5kE0GmEQ5ZYPsac5JRT mlzCSWjiow== Date: Sun, 3 Mar 2024 14:03:10 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 3/3] avcodec/vulkan_decode: Un-sparse extensions table X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Mar 3, 2024, 12:35 by andreas.rheinhardt@outlook.com: > Only three of the 226 (== AV_CODEC_ID_AV1) entries > have been used. Unsparsing this table is especially > important given that this array lives in .data.rel.ro. > > Signed-off-by: Andreas Rheinhardt > --- > Instead of parallel tables, one could also merge VkCodecMap and > VkExtensionProperties (i.e. putting one of the latter inside > the former) if preferred. > > libavcodec/vulkan_decode.c | 28 ++++++++++++++++++++++------ > 1 file changed, 22 insertions(+), 6 deletions(-) > LGTM on commits 1 and 3. Would you mind keeping the designated initializers from commit 2 but still keeping it into vulkan_video.c? Would save on needing to deduplicate it in the future. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".