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 9152D4C2F5 for ; Wed, 24 Jul 2024 19:48:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E6F3B68D782; Wed, 24 Jul 2024 22:48:48 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 394CB68D644 for ; Wed, 24 Jul 2024 22:48:42 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 8D42D240002 for ; Wed, 24 Jul 2024 19:48:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1721850521; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=rzjI22+Fb08VBeinefh67D8+BRuEYh6tTuhvPI1HOkY=; b=lmrUHb5OzVVzQcrXIk+Ne7SBce6WBcNvSoH2Z7PTpFZ2wpXEna5Fu+U2nRnArmv+AUsbKE ynaqTLN4zXRP9SCAtmrlXbamvQlW+yImSoO8pg7j6JuCmRD6/TdDgg/odrMXYObekA7Sos 8BKNu5kh4gPnfQIv/FGa1HHSuyQtXdOoFGo7VfMtM4lMijXv+OSiP5nbG2dz110/XzxzZp GxL+0W1iGtKPVihXizKS3l440joiAB+BH51LZsyInf2l+jdkI21vzkL3E2/KuGtIDxWTUs BqtaYxlz99FIxPeuDU14gOqPoVBHuMX1GlAQUP72GIzys+0W1S/Mf32YbBrhlw== Date: Wed, 24 Jul 2024 21:48:40 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240724194840.GF4991@pb2> References: <20240716171155.31838-1-anton@khirnov.net> <20240716171155.31838-26-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20240716171155.31838-26-anton@khirnov.net> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 26/39] lavc/ffv1dec: inline copy_fields() into update_thread_context() 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: multipart/mixed; boundary="===============4621388965212615655==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4621388965212615655== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="nMMm0HmtHvBQBrqC" Content-Disposition: inline --nMMm0HmtHvBQBrqC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 16, 2024 at 07:11:41PM +0200, Anton Khirnov wrote: > It is now only called from a single place, so there is no point in it > being a separate function. > --- > libavcodec/ffv1dec.c | 38 ++++++++++++++++---------------------- > 1 file changed, 16 insertions(+), 22 deletions(-) ok thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change the truth. --nMMm0HmtHvBQBrqC Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZqFamAAKCRBhHseHBAsP q0xDAKCCeBmSK0iRLPHMBv9Zl487HqTO0QCgkQ1DXbVcdZ1ll7/8vTN24E4Y2KY= =KomQ -----END PGP SIGNATURE----- --nMMm0HmtHvBQBrqC-- --===============4621388965212615655== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============4621388965212615655==--