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 289EC446E4 for ; Wed, 21 Sep 2022 08:37:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 27CA268BB22; Wed, 21 Sep 2022 11:37:13 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2AD4068BA38 for ; Wed, 21 Sep 2022 11:37:07 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 3318C1BF206 for ; Wed, 21 Sep 2022 08:37:05 +0000 (UTC) Date: Wed, 21 Sep 2022 10:37:04 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220921083704.GA6583@pb2> References: <20220920175021.60790-1-rcombs@rcombs.me> <20220920175021.60790-3-rcombs@rcombs.me> MIME-Version: 1.0 In-Reply-To: <20220920175021.60790-3-rcombs@rcombs.me> Subject: Re: [FFmpeg-devel] [PATCH 2/7] sws: add jobs option, distinct from threads 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="===============0111318155332260010==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0111318155332260010== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 20, 2022 at 12:50:16PM -0500, rcombs wrote: > This allows for more efficient use of asymmetric-multiprocessing systems. > --- > libswscale/options.c | 2 ++ > libswscale/swscale_internal.h | 1 + > libswscale/utils.c | 9 ++++++--- > libswscale/version.h | 2 +- > 4 files changed, 10 insertions(+), 4 deletions(-) This chnages the output from =2E/ffmpeg -i ~/tickets/1984/00186002.avi -vframes 100 -qscale 1 -an -bitex= act file-1984-ref.avi (i suspect its all yuv410p indeo videos not just this one) I presume thats unintended also the jobs number ideally, especially with bitexact should not change the output but maybe iam missing something thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Whats the most studid thing your enemy could do ? Blow himself up Whats the most studid thing you could do ? Give up your rights and freedom because your enemy blew himself up. --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYyrNJgAKCRBhHseHBAsP q2ZKAKCH4QrQeYua0CDDZ0JX/RlyJuJt1QCglnt4d4sKhazlRB9y/hTHatTAGMo= =tgMT -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- --===============0111318155332260010== 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". --===============0111318155332260010==--