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 E18304C06D for ; Sun, 21 Jul 2024 13:56:26 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CDB5D68D780; Sun, 21 Jul 2024 16:56:23 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 73E1368D63E for ; Sun, 21 Jul 2024 16:56:17 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id AFD9B20002; Sun, 21 Jul 2024 13:56:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1721570177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=EKuvLkPcJqjvYcAX20fRZM1xQGPL4SdDmcgAIn1pUPY=; b=mBILiRULlqkpBWhPkwgjVqZRuogXhCN5fSBC+5IQS4b60RdMNulw8DfBZtZViAXPe7a9Hm YKOrQFxwPYllfEI4erlgbXz2+vEQtO64CVp3Zm4CFriFhBDZog0PeJY3kHUJQzaP6sYi2D youLh4EUb+cJOvS0Kpxp6lmnxxUaS36orVxsS1Il6+TcbD9VdN9CrGTtHnVpwAKoMnCK9Y gpdfhFGjRLXv1dEnwcGiLscwNz+cDxwWepzzOkSsJdHtDs8IjxamBJKFKt4e0rcSfxTatx NKOn2pqOlagaDFe7mPTHh292fjdD7H+wtyGHrejeeHg1Fkq8FaRVpDWNsOylpA== Date: Sun, 21 Jul 2024 15:56:16 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240721135616.GR4991@pb2> References: <20240630231306.3779027-1-michael@niedermayer.cc> <20240630231306.3779027-10-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240630231306.3779027-10-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 10/11] avcodec/aac/aacdec_usac: Avoid doing the same thing twice each iteration 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 Cc: Lynne Content-Type: multipart/mixed; boundary="===============5905171655670186262==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5905171655670186262== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="oKuqsEW27CKFx7x1" Content-Disposition: inline --oKuqsEW27CKFx7x1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 01, 2024 at 01:12:49AM +0200, Michael Niedermayer wrote: > This requires review by the author of the code, i have just changed > this so it looks plausible, this needs to be checked against the spec >=20 > Fixes: CID1603194 Logically dead code >=20 > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > libavcodec/aac/aacdec_usac.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) ping [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB While the State exists there can be no freedom; when there is freedom there will be no State. -- Vladimir Lenin --oKuqsEW27CKFx7x1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iFwEABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZp0TfwAKCRBhHseHBAsP q7zEAJdsb7wk0y8cg+9pL3kPY98f4robAJsHIWImkivLcUvyHtwFBEwG6bsQvA== =S4q6 -----END PGP SIGNATURE----- --oKuqsEW27CKFx7x1-- --===============5905171655670186262== 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". --===============5905171655670186262==--