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 B3E6846FE3 for ; Fri, 24 Nov 2023 21:01:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 61E0668CEEE; Fri, 24 Nov 2023 23:01:17 +0200 (EET) 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 8B13E68CC2E for ; Fri, 24 Nov 2023 23:01:10 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 847AC40007 for ; Fri, 24 Nov 2023 21:01:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1700859669; 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=gSkIITK9DQKZ1FAmAOYGAa/QewNSLJuNGGHnmItxA5s=; b=QeAjKRaFYMrmRPvA7u+PgFjyAFetnO8KxYbwG/5nJsmzpHSZkbsM302F8cYk9nAPSZatEF XjpTlOeLKCXZezeQBnOK7xpPgaADK5kvknk2YAM/25kJBHEZe72wboD3ENBeSwqyd6iJ40 gPvTl4YUllmyowoyzKsJxM7slsfb2hJjUgwBEddKv0bulSyEMWT01Me2rUZsY6A81CIG8P WjzV1zxfAjouzuVsZaFs83dkUuY08/FRHfM7R3dtYyB42dJ4U9YHBAPgKY93FKjrMB87Ka mnjroGxFIwuHcpMd28r1BghRQocsgnXhQvZ8bJY3of64NfwuJW1PcVH3NwPyZw== Date: Fri, 24 Nov 2023 22:01:08 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231124210108.GF3543730@pb2> References: <20231122194913.9856-1-jamrial@gmail.com> <20231122194913.9856-3-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20231122194913.9856-3-jamrial@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 3/3] avcodec/ac3dsp: make len a size_t in float_to_fixed24 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="===============6005784693782851729==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6005784693782851729== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wwa0psfpJcOi8Ooz" Content-Disposition: inline --wwa0psfpJcOi8Ooz Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 22, 2023 at 04:49:13PM -0300, James Almer wrote: > Should simplify asm implementations, and prevent UB on at least win64. >=20 > Signed-off-by: James Almer > --- > libavcodec/ac3dsp.c | 2 +- > libavcodec/ac3dsp.h | 2 +- > libavcodec/arm/ac3dsp_init_arm.c | 2 +- > libavcodec/mips/ac3dsp_mips.c | 2 +- > libavcodec/x86/ac3dsp_init.c | 4 ++-- > 5 files changed, 6 insertions(+), 6 deletions(-) In file included from src/libavcodec/mips/ac3dsp_mips.c:57:0: src/libavcodec/ac3dsp.h:56:62: error: unknown type name =E2=80=98size_t=E2= =80=99; did you mean =E2=80=98__ssize_t=E2=80=99? void (*float_to_fixed24)(int32_t *dst, const float *src, size_t len); ^~~~~~ __ssize_t src/ffbuild/common.mak:81: recipe for target 'libavcodec/mips/ac3dsp_mips.o= ' failed make: *** [libavcodec/mips/ac3dsp_mips.o] Error 1 make: *** Waiting for unfinished jobs.... mips FAIL [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Let us carefully observe those good qualities wherein our enemies excel us and endeavor to excel them, by avoiding what is faulty, and imitating what is excellent in them. -- Plutarch --wwa0psfpJcOi8Ooz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZWEPEQAKCRBhHseHBAsP qyARAJ4zcbG3bEk9QoyePCdSKzJhi5oJ7QCffiwcL/x1pxiauAF+Mu/72W1W1+c= =l5UD -----END PGP SIGNATURE----- --wwa0psfpJcOi8Ooz-- --===============6005784693782851729== 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". --===============6005784693782851729==--