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 EB8DA43040 for ; Sun, 17 Jul 2022 22:06:29 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B59D768B7DD; Mon, 18 Jul 2022 01:06:26 +0300 (EEST) Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 36C2068B205 for ; Mon, 18 Jul 2022 01:06:21 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 18324200006 for ; Sun, 17 Jul 2022 22:06:19 +0000 (UTC) Date: Mon, 18 Jul 2022 00:06:19 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220717220619.GO2088045@pb2> References: <20220717192700.1077-1-anton@khirnov.net> <20220717192700.1077-4-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20220717192700.1077-4-anton@khirnov.net> Subject: Re: [FFmpeg-devel] [PATCH 4/4] lavc/libx264: support AV_CODEC_CAP_ENCODER_RECON_FRAME 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="===============6214813142425249679==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6214813142425249679== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="XMHqbYJb993HXwLR" Content-Disposition: inline --XMHqbYJb993HXwLR Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 17, 2022 at 09:27:00PM +0200, Anton Khirnov wrote: > --- > libavcodec/libx264.c | 50 +++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 49 insertions(+), 1 deletion(-) breaks build on ubuntu libavcodec/libx264.c: In function =E2=80=98csp_to_pixfmt=E2=80=99: libavcodec/libx264.c:317:10: error: =E2=80=98X264_CSP_I400=E2=80=99 undecla= red (first use in this function); did you mean =E2=80=98X264_CSP_I420=E2=80= =99? case X264_CSP_I400: return AV_PIX_FMT_GRAY8; ^~~~~~~~~~~~~ X264_CSP_I420 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Observe your enemies, for they first find out your faults. -- Antisthenes --XMHqbYJb993HXwLR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYtSH0wAKCRBhHseHBAsP q4RkAKCW2pDVamHN8Nh57T7DO2YEhxxDdgCeNeTCj3C8yqB2XBqEqcKcFhufS90= =IUAr -----END PGP SIGNATURE----- --XMHqbYJb993HXwLR-- --===============6214813142425249679== 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". --===============6214813142425249679==--