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 700EC40AE1 for ; Sun, 2 Apr 2023 21:24:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 33B4168BE98; Mon, 3 Apr 2023 00:24:19 +0300 (EEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 867CA68BD3D for ; Mon, 3 Apr 2023 00:24:13 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id A01A2C0003 for ; Sun, 2 Apr 2023 21:24:12 +0000 (UTC) Date: Sun, 2 Apr 2023 23:24:11 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230402212411.GN1164690@pb2> References: <20230330231441.8868-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20230330231441.8868-1-michael@niedermayer.cc> Subject: Re: [FFmpeg-devel] [PATCH 1/3] avcodec/j2kenc: Add forgotten yuv440 variants 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="===============1151140431245040135==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1151140431245040135== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wwtQuX191/I956S7" Content-Disposition: inline --wwtQuX191/I956S7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 31, 2023 at 01:14:39AM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/j2kenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/libavcodec/j2kenc.c b/libavcodec/j2kenc.c > index 8475d140daf..97b0da1c976 100644 > --- a/libavcodec/j2kenc.c > +++ b/libavcodec/j2kenc.c > @@ -1850,7 +1850,7 @@ const FFCodec ff_jpeg2000_encoder =3D { > AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV420P9, AV_PIX_FMT_YUV420P10, A= V_PIX_FMT_YUV420P12, AV_PIX_FMT_YUV420P14, AV_PIX_FMT_YUV420P16, > AV_PIX_FMT_YUV422P, AV_PIX_FMT_YUV422P9, AV_PIX_FMT_YUV422P10, A= V_PIX_FMT_YUV422P12, AV_PIX_FMT_YUV422P14, AV_PIX_FMT_YUV422P16, > AV_PIX_FMT_YUV444P, AV_PIX_FMT_YUV444P9, AV_PIX_FMT_YUV444P10, A= V_PIX_FMT_YUV444P12, AV_PIX_FMT_YUV444P14, AV_PIX_FMT_YUV444P16, > - AV_PIX_FMT_YUV440P, > + AV_PIX_FMT_YUV440P, AV_PIX_FMT_YUV440P10, A= V_PIX_FMT_YUV440P12, > AV_PIX_FMT_YUV411P, > AV_PIX_FMT_YUV410P, > AV_PIX_FMT_PAL8, i will merge this in the patch that had it missing before pushing [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No snowflake in an avalanche ever feels responsible. -- Voltaire --wwtQuX191/I956S7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZCnyewAKCRBhHseHBAsP q0aOAKCN2mL9rYiBRgE3Oa590O9GSJdnsQCfZkii1XUEM4rc2NPwFLQBUi8RxKw= =h3X9 -----END PGP SIGNATURE----- --wwtQuX191/I956S7-- --===============1151140431245040135== 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". --===============1151140431245040135==--