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 BDF2643A04 for ; Thu, 4 Aug 2022 18:33:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 16DA868B9FF; Thu, 4 Aug 2022 21:33:56 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B621E68B743 for ; Thu, 4 Aug 2022 21:33:49 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id CD979240002 for ; Thu, 4 Aug 2022 18:33:48 +0000 (UTC) Date: Thu, 4 Aug 2022 20:33:47 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220804183347.GN2088045@pb2> References: <20220803160248.4190-1-jamrial@gmail.com> <20220803160248.4190-2-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20220803160248.4190-2-jamrial@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH 2/3 v2] avcodec/utils: add ff_thread_replace_frame() 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="===============5839627663605990054==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5839627663605990054== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nc/lueCMLdgjBWoP" Content-Disposition: inline --nc/lueCMLdgjBWoP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 03, 2022 at 01:02:47PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/pthread_frame.c | 30 ++++++++++++++++++++++++++++++ > libavcodec/threadframe.h | 3 +++ > libavcodec/utils.c | 21 +++++++++++++++++++++ > 3 files changed, 54 insertions(+) [...] > diff --git a/libavcodec/utils.c b/libavcodec/utils.c > index e73e3a7d08..44ed19458c 100644 > --- a/libavcodec/utils.c > +++ b/libavcodec/utils.c > @@ -928,6 +928,27 @@ int ff_thread_get_ext_buffer(AVCodecContext *avctx, = ThreadFrame *f, int flags) > return ff_get_buffer(avctx, f->f, flags); > } > =20 > +int ff_thread_replace_frame(AVCodecContext *avctx, , ThreadFrame *dst, ^^^ typo thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB There will always be a question for which you do not know the correct answe= r. --nc/lueCMLdgjBWoP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYuwRBwAKCRBhHseHBAsP q9nTAJ4o9bkNOMux8rwSvmATDeOE9GwmGACeOlIWKnhH7ZwUkooWVIhKWSCCqAE= =1UZ2 -----END PGP SIGNATURE----- --nc/lueCMLdgjBWoP-- --===============5839627663605990054== 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". --===============5839627663605990054==--