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 42597487AD for ; Fri, 16 Feb 2024 17:11:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BC53568D29D; Fri, 16 Feb 2024 19:11:08 +0200 (EET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8EE3E68D257 for ; Fri, 16 Feb 2024 19:11:01 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id B63A1FF804 for ; Fri, 16 Feb 2024 17:11:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1708103460; 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=eZhwHYEGHz3DKV175oMsnvXGH34OuATBjpU6a7YHcag=; b=K9XTdxgl8kZs/4+mEzGfFHe5T13+RLSb2TVlNxa62keacVR08OGaHQpth/m74ObySgR51x Sb3tqpDzb6TkM74+l566UotxTBBv0gekpmviHkajmb6cDiKC4cmfFeQnB2ZloB5jwK1DHK cF2eRB6MmlxrC1+Y4kkUraKsdTmfhJ/QLldk7qLOfKnz5mqYLSXGsWGHtcQljo9ZLV2m2R I8qfy7JrWqQ2dXjhe4qv+5udndFn7hDzO9H/5T9hlqeUthZ11xKZeOk0tcErWiXaJ43nqd iEUYIdzaVtSc+NioB6giX/U82Vlx4dVi0+4g1ZUUz/su3DR4L0einmUUGmaEYg== Date: Fri, 16 Feb 2024 18:11:00 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240216171100.GJ6420@pb2> References: <20240208125758.29992-1-michael@niedermayer.cc> <170809077341.21676.7196264637919897995@lain.khirnov.net> MIME-Version: 1.0 In-Reply-To: <170809077341.21676.7196264637919897995@lain.khirnov.net> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/2] avutil/pixfmt: Add AV_PIX_MAX_PLANES 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="===============8860314738162781918==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8860314738162781918== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="CUamJdwtDjklJOou" Content-Disposition: inline --CUamJdwtDjklJOou Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 16, 2024 at 02:39:33PM +0100, Anton Khirnov wrote: > Quoting Michael Niedermayer (2024-02-08 13:57:57) > > It seems we do not have a named identifier for the maximum planes of pi= xel formats > >=20 > > Signed-off-by: Michael Niedermayer > > --- > > libavutil/pixfmt.h | 2 ++ > > 1 file changed, 2 insertions(+) > >=20 > > diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h > > index 9c87571f49e..67422f02d02 100644 > > --- a/libavutil/pixfmt.h > > +++ b/libavutil/pixfmt.h > > @@ -32,6 +32,8 @@ > > #define AVPALETTE_SIZE 1024 > > #define AVPALETTE_COUNT 256 > > =20 > > +#define AV_PIX_MAX_PLANES 4 >=20 > I'd call it AV_VIDEO_MAX_PLANES. >=20 > Also, needs doxy,APIchanges, and minor bump. ok, will apply with all that [...] thx --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB There will always be a question for which you do not know the correct answe= r. --CUamJdwtDjklJOou Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZc+XGgAKCRBhHseHBAsP q029AJ9BbzRyymO1FxjML/oK4Jg2Du/JXgCfaalWdlHZVycTJBALUI+0WR6T8oY= =DCf/ -----END PGP SIGNATURE----- --CUamJdwtDjklJOou-- --===============8860314738162781918== 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". --===============8860314738162781918==--