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 3881E44EA9 for ; Sun, 27 Nov 2022 17:43:59 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1574468BC19; Sun, 27 Nov 2022 19:43:57 +0200 (EET) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0FC6668AEFD for ; Sun, 27 Nov 2022 19:43:51 +0200 (EET) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 353F620004 for ; Sun, 27 Nov 2022 17:43:49 +0000 (UTC) Date: Sun, 27 Nov 2022 18:43:49 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20221127174349.GD3806951@pb2> References: <20221127170351.11477-1-anton@khirnov.net> <20221127170351.11477-17-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20221127170351.11477-17-anton@khirnov.net> Subject: Re: [FFmpeg-devel] [PATCH 17/30] lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 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="===============4593688380768235064==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4593688380768235064== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Ycz6tD7Th1CMF4v7" Content-Disposition: inline --Ycz6tD7Th1CMF4v7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 27, 2022 at 06:03:38PM +0100, Anton Khirnov wrote: > --- [...] > diff --git a/libavcodec/libilbc.c b/libavcodec/libilbc.c > index 9ef6e16bc5..0787b5c313 100644 > --- a/libavcodec/libilbc.c > +++ b/libavcodec/libilbc.c > @@ -126,7 +126,8 @@ const FFCodec ff_libilbc_decoder =3D { ^^^^^^^ > .priv_data_size =3D sizeof(ILBCDecContext), > .init =3D ilbc_decode_init, > FF_CODEC_DECODE_CB(ilbc_decode_frame), ^^^^^^ > - .p.capabilities =3D AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF, > + .p.capabilities =3D AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF | > + AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE, I think you changed the wrong instance [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Old school: Use the lowest level language in which you can solve the problem conveniently. New school: Use the highest level language in which the latest supercomputer can solve the problem without the user falling asleep waiting. --Ycz6tD7Th1CMF4v7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCY4OhzgAKCRBhHseHBAsP q0uhAJ0SzQ9xBG+XmvwtvxfCqU9Rt5H5UwCfeckBrE+FZo8HpVyTIo4Z6kk1RfE= =HwHk -----END PGP SIGNATURE----- --Ycz6tD7Th1CMF4v7-- --===============4593688380768235064== 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". --===============4593688380768235064==--