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 3637D49AA6 for ; Tue, 27 Feb 2024 17:54:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1E6B768CC2B; Tue, 27 Feb 2024 19:54:38 +0200 (EET) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4852068CB95 for ; Tue, 27 Feb 2024 19:54:32 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id A536360004 for ; Tue, 27 Feb 2024 17:54:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1709056471; 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=HmiaNYXs5P+9YZrYVJMQmUOvGiu58G8y8TyibZHzvP0=; b=VUZO3JRQy5aN3KHYUyKhOGTgFtxmFwJKIfeucr2c52/qdxYGAtzD0VeBs8vagGiga5No+K VNbqLq+bnbpks/54k+PtzAbARy0Em1XlVNIqI5tSZ7eMuFJKkdLrp7ZltaIz2j4SoJwI8Y bZJdfLb35CNfD6CDMU+ktu9kwAd3l4PnTwb1kahr+Q42Lv6sYJT97UG9HHRu804eZUNGFB 55f7s4P/O6sXqDYe2GmumNXszM2/lPXgNJJkLIeUYHcGUFSCjV2UWImO/c64zniwECVb7K vwi+11jLJuSZx8C8moNUuK10524k31DXgyqmKutJchtA/8O7/P76jrpTKyLt3w== Date: Tue, 27 Feb 2024 18:54:30 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240227175430.GZ6420@pb2> References: <20240226221940.GV6420@pb2> <20240227094810.1182-1-cus@passwd.hu> <20240227094810.1182-2-cus@passwd.hu> MIME-Version: 1.0 In-Reply-To: <20240227094810.1182-2-cus@passwd.hu> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 2/2] swresample/resample: rework resample_one function to work the same way as the others 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="===============3113359335500014019==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3113359335500014019== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="HeJ8Ey2AlaYyxb5V" Content-Disposition: inline --HeJ8Ey2AlaYyxb5V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 27, 2024 at 10:48:10AM +0100, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > libswresample/resample.c | 29 +++++++---------------------- > libswresample/resample.h | 4 ++-- > libswresample/resample_template.c | 14 ++++++++++++-- > 3 files changed, 21 insertions(+), 26 deletions(-) what effect does this have on speed ? thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB There will always be a question for which you do not know the correct answe= r. --HeJ8Ey2AlaYyxb5V Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZd4h1gAKCRBhHseHBAsP qyOuAJ9rSKH3mHwuOWXxohViq4/zvWVgPgCffVSCJytr5z/+EAkUzdq0cg+cbhU= =VMLL -----END PGP SIGNATURE----- --HeJ8Ey2AlaYyxb5V-- --===============3113359335500014019== 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". --===============3113359335500014019==--