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 8395348DE5 for ; Mon, 27 May 2024 23:47:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0E09068D4EF; Tue, 28 May 2024 02:47:41 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 154B568D420 for ; Tue, 28 May 2024 02:47:34 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 6BD3840003 for ; Mon, 27 May 2024 23:47:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1716853653; 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=GYalKABSDBsUCHiR3ZiSeLcKJAi1gHC41wAbKaNVp+Q=; b=dIlCzhEe+ij+29GSnxsAooxBAH2kA8I7yDCXkSjMttwnpjeSc0P8A/MnYFAG/eKj7nk6dd 0l4FN236xEZbg/moa3hT06lrxq3HohPXdqC3e/9ES38HyGtwelZtnJW/w07FzPm+vQJvJ1 FPUnrzErAE8LUaH9tiRLLhGbMyFEZyA/qERAEAmb1v/jHU1aCIsSrjDp2lI/BVOwaXQxRv YL+5CPUeapcEWVmYErkvTUOA/98lTVyobzfBMMjDfhOPXfaBtS4RnandIVOaxvsLkqPKNz KFx6ZYSF/qiD3BB07NRLun5xOCAs9UQTeD+A8hNAYaFq9ESwLG+Yr0iSdURC0w== Date: Tue, 28 May 2024 01:47:32 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240527234732.GU2821752@pb2> References: <20240521024652.1006233-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240521024652.1006233-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/7] avutil/random_seed: Avoid dead returns 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="===============2839004035444319084==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2839004035444319084== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="m5R8f+g8StfRwQ/I" Content-Disposition: inline --m5R8f+g8StfRwQ/I Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 21, 2024 at 04:46:46AM +0200, Michael Niedermayer wrote: > Fixes: CID1538296 Structurally dead code >=20 > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > libavutil/random_seed.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) will apply patches 1-6 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No human being will ever know the Truth, for even if they happen to say it by chance, they would not even known they had done so. -- Xenophanes --m5R8f+g8StfRwQ/I Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZlUblAAKCRBhHseHBAsP q6KPAKCO+l/2f/3NDRX/UTMMrnsnXPGXEgCdGYzzZ4plVnE5RPuCMV1ng68A+e4= =1pFP -----END PGP SIGNATURE----- --m5R8f+g8StfRwQ/I-- --===============2839004035444319084== 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". --===============2839004035444319084==--