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 4BE5E46F2C for ; Fri, 21 Jun 2024 21:12:02 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EA26268D7BC; Sat, 22 Jun 2024 00:11:59 +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 272D268D5CA for ; Sat, 22 Jun 2024 00:11:54 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 58BB3E0002 for ; Fri, 21 Jun 2024 21:11:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1719004313; 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=aHcuzkclj4uW0nnwAzJbHZtOEKBdU/VOri6cSHmATgk=; b=oGe915mDUgOzERCBM5b0ivyOf2sGD3GnpQsqldmYinBjMHbuxms73y2br2FFMISThy28Vc pb42Lu5vW7JSToPg/A8FxvIwEsxTeqg0p+LXE2aWfixiZtD3GlDu9za/AXs2XaifQCUnFR 1k6SyDRkfPdI7rxWJymjW3aqvRJjGYhvX4DbX+Jc240hiiyFZEO66KpUPQ5bNOdaWQPpGx ptF6LU6auHp5bYEC4j8ilbpfsgl4uerRNlt9UAqrGw+cLmCehSYwiRnIt6+lGqp8pDnNFV BNr17eHRkaDv/jWpC6Cf4oMucoPqEwJOO+XZyYEpqKqo19FFU1ukMCnK3OluRg== Date: Fri, 21 Jun 2024 23:11:52 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240621211152.GV4991@pb2> References: <20240618192034.5027-1-jamrial@gmail.com> <20240618192034.5027-3-jamrial@gmail.com> <20240618211358.GH4991@pb2> <55ef380e-0d42-4f68-a817-82b24e64d682@gmail.com> MIME-Version: 1.0 In-Reply-To: <55ef380e-0d42-4f68-a817-82b24e64d682@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 3/3] avutil/stereo3d: set a sane default value for AVRational fields 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="===============2478656248724748641==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2478656248724748641== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4HoONH8zr3Mj5MZN" Content-Disposition: inline --4HoONH8zr3Mj5MZN Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 21, 2024 at 09:19:36AM -0300, James Almer wrote: > On 6/18/2024 6:13 PM, Michael Niedermayer wrote: > > On Tue, Jun 18, 2024 at 04:20:34PM -0300, James Almer wrote: > > > Prevent potential divisions by 0 when using them immediately after al= location. > > >=20 > > > Signed-off-by: James Almer > > > --- > > > libavutil/stereo3d.c | 14 +++++++++++++- > > > 1 file changed, 13 insertions(+), 1 deletion(-) > >=20 > > i must have applied the wrong patches locally but this fails to build > >=20 > > CC libavutil/stereo3d.o > > libavutil/stereo3d.c: In function =E2=80=98get_defaults=E2=80=99: > > libavutil/stereo3d.c:31:47: error: incompatible types when assigning to= type =E2=80=98int32_t=E2=80=99 {aka =E2=80=98int=E2=80=99} from type =E2= =80=98AVRational=E2=80=99 {aka =E2=80=98struct AVRational=E2=80=99} >=20 > This sounds like you still have Derek's old version in your tree. He has > since changed it and pushed a different one. yes, i realized and fixed that after i sent the mail thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you fake or manipulate statistics in a paper in physics you will never get a job again. If you fake or manipulate statistics in a paper in medicin you will get a job for life at the pharma industry. --4HoONH8zr3Mj5MZN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZnXsmAAKCRBhHseHBAsP qxi2AJ9JMgxDzjQtpjqafJbRdohoqxA5twCglTMiLnHzr0DEY5DsiICZdT5l2us= =Gpj/ -----END PGP SIGNATURE----- --4HoONH8zr3Mj5MZN-- --===============2478656248724748641== 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". --===============2478656248724748641==--