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 8FB6B47295 for ; Thu, 2 Nov 2023 22:46:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2ADFB68CCD0; Fri, 3 Nov 2023 00:46:29 +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 129A468CBAA for ; Fri, 3 Nov 2023 00:46:23 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 3DD6D60002 for ; Thu, 2 Nov 2023 22:46:22 +0000 (UTC) Date: Thu, 2 Nov 2023 23:46:21 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231102224621.GC3543730@pb2> References: <20231031145450.94975-1-ffmpeg@haasn.xyz> <20231031145450.94975-6-ffmpeg@haasn.xyz> MIME-Version: 1.0 In-Reply-To: <20231031145450.94975-6-ffmpeg@haasn.xyz> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v3 6/8] avfilter/vf_scale: simplify color matrix parsing logic 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="===============2853730652049269634==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2853730652049269634== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="HEsyoGlfgq2IltlG" Content-Disposition: inline --HEsyoGlfgq2IltlG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 31, 2023 at 03:54:48PM +0100, Niklas Haas wrote: > From: Niklas Haas >=20 > No need to write a custom string parser when we can just use an integer > option with preset values. The various bits of fallback logic are wholly > redundant with equivalent logic already inside sws_getCoefficients. >=20 > Note: I disallowed setting 'out_color_matrix=3Dauto', because this does > not do anything meaningful in the current code (just hard-codes > AVCOL_SPC_BT470BG fallback). > --- > libavfilter/vf_scale.c | 66 ++++++++++++++---------------------------- > 1 file changed, 22 insertions(+), 44 deletions(-) probably ok thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Concerning the gods, I have no means of knowing whether they exist or not or of what sort they may be, because of the obscurity of the subject, and the brevity of human life -- Protagoras --HEsyoGlfgq2IltlG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZUQmuQAKCRBhHseHBAsP qyYlAJ97y81GE+ijNKDoSSLJJG+fSjMWlgCfSSLNXVoGfp3qVnM/yHS5sRyZIBE= =BjFR -----END PGP SIGNATURE----- --HEsyoGlfgq2IltlG-- --===============2853730652049269634== 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". --===============2853730652049269634==--