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 DC0AA48FD6 for ; Tue, 30 Jan 2024 23:58:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 91AB068CD4C; Wed, 31 Jan 2024 01:58:01 +0200 (EET) 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 2D7CB68CA86 for ; Wed, 31 Jan 2024 01:57:55 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id E79B120007 for ; Tue, 30 Jan 2024 23:57:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1706659074; 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=SSZP+f6pH9CSxG8pvGcqzOaxo4DlDGfzzrFtkzXxOvM=; b=J+3rQZrqn5qiVCOx4bOO5XB+BPUPD7XYQugJnc/G/aS13WVQH8fIcLkNKPIwXjYyK8udxJ 6Yz84QTziitTM8DrOKiHcldI4PMFMt99xtJTUBMQmKs4t9nviLJ1cuZe+21aDs9anV2WGI OOOYMS14L+Re0zAeBW7nRr9BsE50hsp0wMkDrlUW1DoFgBXv52j/0yaskuFMeiXc3uANlg nrpFVGDSDU1yWtZpkl0TCR3wKhg7r8Wxn4CaUcgBVAR0uM3wrKXMPgxYG8p/dnm1wMDkub wQPbNBwDlwIWnXN3LZj5h4ILC4VXESwIHuFX9Wuh5a9XZK3eb9YrbABgyiqk2w== Date: Wed, 31 Jan 2024 00:57:53 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240130235753.GO6420@pb2> References: <20240128030136.5585-1-cus@passwd.hu> MIME-Version: 1.0 In-Reply-To: <20240128030136.5585-1-cus@passwd.hu> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/3] avutil/rational: increase av_d2q precision 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="===============1546964931631560581==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1546964931631560581== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jEY1lJZgWEEnMvi2" Content-Disposition: inline --jEY1lJZgWEEnMvi2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 28, 2024 at 04:01:34AM +0100, Marton Balint wrote: > Fixes parsing small timebases from expressions (where the expression API > converts the result to double), like in this command line: >=20 > ffprobe -f lavfi -i testsrc=3Dd=3D1,settb=3D1/2000000000 -show_streams -s= how_entries stream=3Dtime_base >=20 > Before the patch timebase was parsed as 1/1999999999. >=20 > Signed-off-by: Marton Balint > --- > libavutil/rational.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) should be ok thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Homeopathy is like voting while filling the ballot out with transparent ink. Sometimes the outcome one wanted occurs. Rarely its worse than filling out a ballot properly. --jEY1lJZgWEEnMvi2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZbmM/AAKCRBhHseHBAsP qwEqAJ95pWnktsYpyrsW+L8rh8uTbgEwzACeOFouYClTez1vrwD6cikVJiR4pys= =xifO -----END PGP SIGNATURE----- --jEY1lJZgWEEnMvi2-- --===============1546964931631560581== 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". --===============1546964931631560581==--