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 75313462AF for ; Thu, 11 May 2023 16:45:34 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 920D668BEFE; Thu, 11 May 2023 19:45:31 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6ADC9680106 for ; Thu, 11 May 2023 19:45:24 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 158DA10602E8 for ; Thu, 11 May 2023 16:45:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1683823524; 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=IOKynC4tPQCCEe2EDTJkmiOhclfHSGAU+IpKRPaIbR4=; b=zsKs2d87ifpBWRKllwk2pghcAo4aixjdHVJlQ0emgerX9VcYptdfJyP6brxipO0w Di8YyRiogN78Cp9oPDJ0xdajaLBIM2q1q6lu0JpnRt9x+nvhWabgCaa7m56v7nXtXLz CQK/rfHeKjfMPsIMzNhQfmzpBFoA84sXbDTyIsgBBLJD+dBX7nKk/gObDwC6AKWgA6x PD4FWTATAsecFf4KW0/LZH9gFxnBLGsjMFe1vaRvbN0+YTmcjr6AWo7NeW53Fu85F47 KPp7prcOZ7y5mb27d4qhe+urqrc5onPnevbod1keoJ8q6pgOhuEx3nOyFXOGASM7Mz7 CPvU81mkGA== Date: Thu, 11 May 2023 18:45:24 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <168382119661.3843.4984338342778970287@lain.khirnov.net> References: <168382119661.3843.4984338342778970287@lain.khirnov.net> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 55/97] Vulkan patchset part 2 - hwcontext rewrite and filtering 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: May 11, 2023, 18:06 by anton@khirnov.net: > Quoting Lynne (2023-04-24 17:56:38) > >> From 287ec5138511a4760f2c66e94bd80f794cd9f7a3 Mon Sep 17 00:00:00 2001 >> From: Lynne >> Date: Wed, 23 Nov 2022 20:35:51 +0100 >> Subject: [PATCH 28/97] hwcontext_vulkan: rename vk_pixfmt_map to >> vk_pixfmt_planar_map >> >> --- >> libavutil/hwcontext_vulkan.c | 10 +++++----- >> 1 file changed, 5 insertions(+), 5 deletions(-) >> >> diff --git a/libavutil/hwcontext_vulkan.c b/libavutil/hwcontext_vulkan.c >> index 67b4357dd1..9eacbb4d2e 100644 >> --- a/libavutil/hwcontext_vulkan.c >> +++ b/libavutil/hwcontext_vulkan.c >> @@ -167,8 +167,8 @@ typedef struct AVVkFrameInternal { >> >> static const struct { >> enum AVPixelFormat pixfmt; >> - const VkFormat vkfmts[4]; >> -} vk_pixfmt_map[] = { >> + const VkFormat vkfmts[5]; >> > > ??? > This is not a rename. > fixed _______________________________________________ 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".