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 97FB744F1F for ; Tue, 5 Mar 2024 23:09:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6BDB868C8FC; Wed, 6 Mar 2024 01:09:02 +0200 (EET) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2590B68C4F0 for ; Wed, 6 Mar 2024 01:08:55 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 3D2981BF206 for ; Tue, 5 Mar 2024 23:08:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1709680134; 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=f6okPu4T6SjDyRI3OrS2Nr3r80/jWHc5dtdprxEdte8=; b=ZKjbfMLbC9pHMZmydgE/8jl2hi9oXLvZRtZYjKZVRgdju+mDWl8mdRFCD/8rxcTvqeU1c0 e5SUvYWTiqxTo24sOSQQ/odsev3AKoHER+7PDLGKNv4RAYeaT6O6YkKxJfqJdKL90zAF4s 8qWmnc+St4Q7ZXdl9QznAnissmJzyxzeuRax/+bVN7AmQrRQH4haBLLXE60RxQlq/fHrrU ODg/DX9XXzTlCzZIBNVfNFSJEiTZXA4jB8OnTTgxz3hPZUZasJXqyZXVrzMyLCRELgc3Ga FLs4gf4c4tZX1NiSCyasNtnSW4IcJl13AsefgMnBXQ5pD1xmuyxVXAd58iOt+g== Date: Wed, 6 Mar 2024 00:08:53 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240305230853.GC6420@pb2> References: <20240223143115.16521-1-anton@khirnov.net> <20240223143115.16521-15-anton@khirnov.net> <20240223225010.GI6420@pb2> <671941d9-2069-4c65-a2b3-2a34974b3d82@gmail.com> MIME-Version: 1.0 In-Reply-To: <671941d9-2069-4c65-a2b3-2a34974b3d82@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 14/38] lavu/opt: factor per-type dispatch out of av_opt_set() 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="===============5375703907460399500==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5375703907460399500== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Yg6BYSnFFjt2J9zV" Content-Disposition: inline --Yg6BYSnFFjt2J9zV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 24, 2024 at 07:41:24PM -0300, James Almer wrote: > On 2/23/2024 7:50 PM, Michael Niedermayer wrote: > > Hi Anton > >=20 > > On Fri, Feb 23, 2024 at 02:58:36PM +0100, Anton Khirnov wrote: > > > Will be useful in following commits. > > > --- > >=20 > > breaks: > >=20 > > ./ffmpeg -y -request_channel_layout 3 -i bug/401/mlp_5point1_downmixof6= channel.mlp -bitexact file-2-mlp_5point1_downmixof6channel.wav >=20 > fwiw, request_channel_layout will be removed in the upcoming bump. You > should use -downmix stereo. >=20 > >=20 > > [mlp @ 0x55690e23ff80] Error setting option request_channel_layout to v= alue 3. > > [mlp @ 0x55690e23ed00] Failed to open codec in avformat_find_stream_info > > [mlp @ 0x55690e23ff80] Error setting option request_channel_layout to v= alue 3. the error message should point to the new option thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Concerning the gods, I have no means of knowing whether they exist or not or of what sort they may be, because of the obscurity of the subject, and the brevity of human life -- Protagoras --Yg6BYSnFFjt2J9zV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZeemAgAKCRBhHseHBAsP q7qPAJ92RL9n0+EjfW+YksIdP4hVIi6K1ACfSDiquOgI0FRkRckCDmx2EW6rc58= =d3KN -----END PGP SIGNATURE----- --Yg6BYSnFFjt2J9zV-- --===============5375703907460399500== 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". --===============5375703907460399500==--