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 3209943CD1 for ; Sun, 7 Aug 2022 11:39:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A6E5968B609; Sun, 7 Aug 2022 14:39:51 +0300 (EEST) Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F126E68B371 for ; Sun, 7 Aug 2022 14:39:44 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 3B2EE240004 for ; Sun, 7 Aug 2022 11:39:42 +0000 (UTC) Date: Sun, 7 Aug 2022 13:39:42 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220807113942.GP2088045@pb2> References: <20220806234851.54869-1-jamrial@gmail.com> <20220807003456.54933-1-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20220807003456.54933-1-jamrial@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH 2/3] avcodec/raw: add VUYA pixel format to raw_pix_fmt_tags 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="===============7355657278424567122==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7355657278424567122== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jASSyw8pZdwiLt00" Content-Disposition: inline --jASSyw8pZdwiLt00 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 06, 2022 at 09:34:55PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/raw.c | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/libavcodec/raw.c b/libavcodec/raw.c > index a371bb36c4..1e5b48d1e0 100644 > --- a/libavcodec/raw.c > +++ b/libavcodec/raw.c > @@ -72,6 +72,7 @@ static const PixelFormatTag raw_pix_fmt_tags[] =3D { > { AV_PIX_FMT_GRAY8, MKTAG('G', 'R', 'E', 'Y') }, > { AV_PIX_FMT_NV12, MKTAG('N', 'V', '1', '2') }, > { AV_PIX_FMT_NV21, MKTAG('N', 'V', '2', '1') }, > + { AV_PIX_FMT_VUYA, MKTAG('A', 'Y', 'U', 'V') }, /* MS 4:4:4:4 */ > =20 > /* nut */ > { AV_PIX_FMT_RGB555LE, MKTAG('R', 'G', 'B', 15) }, iam possibly missing some patch but this seems failing here TEST filter-pixfmts-scale --- ./tests/ref/fate/filter-pixfmts-scale 2022-08-07 13:23:20.154330375 +02= 00 +++ tests/data/fate/filter-pixfmts-scale 2022-08-07 13:36:27.701410658 +0200 @@ -89,7 +89,7 @@ rgba64be ee73e57923af984b31cc7795d13929da rgba64le 783d2779adfafe3548bdb671ec0de69e uyvy422 aeb4ba4f9f003ae21f6d18089198244f -vuya ab4c9c4a6b6946945eeb23e15d0341b0 +vuya d41d8cd98f00b204e9800998ecf8427e x2bgr10le d57b9a99033cc7b65ddd111578f2d385 x2rgb10le d56bdb23fa6a8e12a0b4394987f89935 xyz12be c7ba8345998c0141ddc079cdd29b1a40 Test filter-pixfmts-scale failed. Look at tests/data/fate/filter-pixfmts-sc= ale.err for details. tests/Makefile:304: recipe for target 'fate-filter-pixfmts-scale' failed make: *** [fate-filter-pixfmts-scale] Error 1 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change the truth. --jASSyw8pZdwiLt00 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYu+kegAKCRBhHseHBAsP q07qAJ4wTIQuUnoMfaSdnBnA531dkH+13QCeKG1LTLZvIWgkmIyH+P1+jMplWmw= =UGTw -----END PGP SIGNATURE----- --jASSyw8pZdwiLt00-- --===============7355657278424567122== 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". --===============7355657278424567122==--