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 A6B7445AE1 for ; Sun, 16 Apr 2023 20:34:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6F89168BB37; Sun, 16 Apr 2023 23:34:03 +0300 (EEST) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7450068B0E9 for ; Sun, 16 Apr 2023 23:33:57 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id D6AEBE0003 for ; Sun, 16 Apr 2023 20:33:55 +0000 (UTC) Date: Sun, 16 Apr 2023 22:33:54 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230416203354.GH275832@pb2> References: <20230309125717.29821-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20230309125717.29821-1-michael@niedermayer.cc> Subject: Re: [FFmpeg-devel] [PATCH 1/4] libavcodec/lcldec: width and height should not be unsigned 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="===============2402991186177896813==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2402991186177896813== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="r5lq+205vWdkqwtk" Content-Disposition: inline --r5lq+205vWdkqwtk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 09, 2023 at 01:57:14PM +0100, Michael Niedermayer wrote: > Computations like col < width - 3 will not work with unsigned width=3D1 >=20 > Signed-off-by: Michael Niedermayer > --- > libavcodec/lcldec.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) will apply patchset [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "Nothing to hide" only works if the folks in power share the values of you and everyone you know entirely and always will -- Tom Scott --r5lq+205vWdkqwtk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZDxbrgAKCRBhHseHBAsP q86eAKCWBPzSHAJZqR4IFNFtoA7EPXTLkACfQT7O34BxbdYliDPUPxiOGdfPuyQ= =zCx8 -----END PGP SIGNATURE----- --r5lq+205vWdkqwtk-- --===============2402991186177896813== 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". --===============2402991186177896813==--