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 DF83845FF7 for ; Mon, 29 May 2023 01:21:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C1FCD68C1F5; Mon, 29 May 2023 04:21:48 +0300 (EEST) Received: from mail.overt.org (mail.overt.org [72.14.183.176]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2AF6E68AFA8 for ; Mon, 29 May 2023 04:21:42 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=overt.org; s=mail; t=1685323300; bh=UryPGEaIh3droMyK91fueVUqIIJTl0M9ZMadxbL/x1g=; h=Date:From:To:Subject:In-Reply-To:References:From; b=sgDTtCUVGDmJay84Fa4TPP4NwajYMSJLGe8mM7s/hT2ZvOcTdyMV6Xw3+ALAfN9Xy JM9b2kOuuVR+7f81MI8JizbgEAkrmNJhkLrv5IMVdmlIx4XS+u0XAr2Ku2KouBlqh6 yHMx9jRypFhq9O4SM0pDycqUGpVo3XySV9HyhhIoXEi64qYjjQlbifvaKkBGycz0nI I6egk9FC1LYUOS3JNoI9ET4ltDsNSFus3iveeRsaoGE3H85WTXuifwfVQeG/9jsUD0 gFPX1YozTawk1AIEzxCyiH1our8aQOUQQ2Ns3WNbAPgvVVlLUkjq5E+tF7NfjoK9T/ ZNUDPJiaj1wWg== Received: from authenticated-user (mail.overt.org [72.14.183.176]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.overt.org (Postfix) with ESMTPSA id C1B586069F for ; Sun, 28 May 2023 20:21:40 -0500 (CDT) Date: Sun, 28 May 2023 18:21:39 -0700 From: Philip Langdale To: ffmpeg-devel@ffmpeg.org Message-ID: <20230528182139.5188fe0e@fido7> In-Reply-To: References: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] vulkan: replace usage of %lu with %"SIZE_SPECIFIER" 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: On Mon, 29 May 2023 01:17:05 +0200 (CEST) Lynne wrote: > This replaces all usage of %lu with the valid %"SIZE_SPECIFIER" > > Patch attached. > LGTM. --phil _______________________________________________ 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".