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 D00B449968 for ; Fri, 23 Feb 2024 22:50:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 48D6E68C60C; Sat, 24 Feb 2024 00:50:18 +0200 (EET) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1C301680B62 for ; Sat, 24 Feb 2024 00:50:12 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4219FE0003 for ; Fri, 23 Feb 2024 22:50:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1708728611; 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=gmHBJmjNSZyJs5otY02Km4H4XvCNC25t48OIOw7jHYg=; b=QQAf1fQiH5SrOvxthukXvf0CkzZlmbgKE8HpFhf6VeizW+cY7y/A3kIB0KHlWjaWb1x+xG HZbJAWAs28NBYI9f8T11XAcfay5S6YdBqHIC4SmBvranv/adObGTNFXFwHd1XaUZalDr8m NZKwggO0Ue2hkN40UNrTeW8XaUorlWGoZuJ9r9rhaEsNP7MYhzrimmqrV4jPbsUbFlwhd2 B15Hce7OMG6WAifyMCIpeShC6dQAZkP/1Rb/BZtmAFxmGU0q60xSQb10bcN/CW1ZAIhlvM MbL1mCzATNRNOcasGkhDNX14MzJUHuB3rEDwl6OsKVlGJ/FUdPWfFLb1h0AsSQ== Date: Fri, 23 Feb 2024 23:50:10 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240223225010.GI6420@pb2> References: <20240223143115.16521-1-anton@khirnov.net> <20240223143115.16521-15-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20240223143115.16521-15-anton@khirnov.net> 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="===============6217095511952034066==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6217095511952034066== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="qIZo1aEyFLF+2TTx" Content-Disposition: inline --qIZo1aEyFLF+2TTx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Anton On Fri, Feb 23, 2024 at 02:58:36PM +0100, Anton Khirnov wrote: > Will be useful in following commits. > --- breaks: =2E/ffmpeg -y -request_channel_layout 3 -i bug/401/mlp_5point1_downmixof6ch= annel.mlp -bitexact file-2-mlp_5point1_downmixof6channel.wav [mlp @ 0x55690e23ff80] Error setting option request_channel_layout to value= 3. [mlp @ 0x55690e23ed00] Failed to open codec in avformat_find_stream_info [mlp @ 0x55690e23ff80] Error setting option request_channel_layout to value= 3. Input #0, mlp, from 'bug/401/mlp_5point1_downmixof6channel.mlp': Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Audio: mlp, 48000 Hz, 5.1, s32 (24 bit) [mlp @ 0x55690e257900] Error setting option request_channel_layout to value= 3. [aist#0:0/mlp @ 0x55690e254dc0] [dec:mlp @ 0x55690e256f40] Error while open= ing decoder: Invalid argument [aost#0:0/pcm_s16le @ 0x55690e255a80] Error initializing a simple filtergra= ph Error opening output file file-2-mlp_5point1_downmixof6channel.wav. Error opening output files: Invalid argument i suspect this isnt specific to the file but i can provide it if it doesnt reproduce with a other file thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The educated differ from the uneducated as much as the living from the dead. -- Aristotle=20 --qIZo1aEyFLF+2TTx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZdkhHwAKCRBhHseHBAsP q493AJ9BrkY+UZB8wXcKw8O6jcSXH8egVgCdE3Nzc7Znl0Z80/6GUTCqo6VBYtU= =aY2T -----END PGP SIGNATURE----- --qIZo1aEyFLF+2TTx-- --===============6217095511952034066== 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". --===============6217095511952034066==--