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 98FE448A61 for ; Thu, 28 Mar 2024 11:38:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7475E68D68B; Thu, 28 Mar 2024 13:38:04 +0200 (EET) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7B32668D561 for ; Thu, 28 Mar 2024 13:37:58 +0200 (EET) Authentication-Results: mail0.khirnov.net; dkim=pass (2048-bit key; unprotected) header.d=khirnov.net header.i=@khirnov.net header.a=rsa-sha256 header.s=mail header.b=bD5IbIwq; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 3F943240DAC for ; Thu, 28 Mar 2024 12:37:58 +0100 (CET) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id ZjifnSehLWxj for ; Thu, 28 Mar 2024 12:37:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1711625876; bh=26VtGneMQ+60yFsjLLcKAWAhu6O34jSmOGtajpJ6Vp0=; h=Subject:From:To:In-Reply-To:References:Date:From; b=bD5IbIwqKw7OwovQLda1bY98iFKi7gp3hTRJYDU+KoElQ16AJJAOrsH1onaZZcltK RsDB74R4cD73pYHt5of2hz8LorxiVLrBgefZxWMexdnniCPrZymNqx2l3vrHxMUEKN MFcKCYJ+fNyPU/Cmdq/JA4gmAO0cyeYz31v0eJQapQdokPrgkSyX53UlwDs/p8eqX6 ORixe+GU5cQRGIUn1TU1338+iw+1zZq2jPcjufOi5S/D94jDcOOXcfSINVy7kdS/Ce ZhbgE1hh4bf8gP8Odurg327UtNE3cAZ3oBGHpVxlm/9L0qkwSCygn+wAkaHDvaTaDx STNjUYmnj3ZBA== Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id 25A402404AF for ; Thu, 28 Mar 2024 12:37:56 +0100 (CET) Received: by lain.khirnov.net (Postfix, from userid 1000) id 1632B1601B9; Thu, 28 Mar 2024 12:37:56 +0100 (CET) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <1b1a1298-3e15-4f0b-9f2c-a2699a944531@gmail.com> References: <20240328031210.21407-1-jamrial@gmail.com> <20240328031210.21407-3-jamrial@gmail.com> <171162536131.7287.7715334140148666213@lain.khirnov.net> <1b1a1298-3e15-4f0b-9f2c-a2699a944531@gmail.com> Mail-Followup-To: FFmpeg development discussions and patches Date: Thu, 28 Mar 2024 12:37:56 +0100 Message-ID: <171162587607.7287.10804479312423527065@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 3/7 v4] avutil/frame: use the same data pointer as the source entry when cloning side data 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: Quoting James Almer (2024-03-28 12:33:47) > On 3/28/2024 8:29 AM, Anton Khirnov wrote: > > Quoting James Almer (2024-03-28 04:12:06) > >> src->data does not need to match src->buf->data > > > > When does it not? > > It always matches for side data allocated by us within the libraries, > but those are not the only callers, so this function should honor the > data and size values in the source. Okay then -- Anton Khirnov _______________________________________________ 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".