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 6BE9748F98 for ; Fri, 1 Mar 2024 16:07:31 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 11D6168D294; Fri, 1 Mar 2024 18:07:29 +0200 (EET) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7B9F368D14A for ; Fri, 1 Mar 2024 18:07:23 +0200 (EET) Authentication-Results: mail0.khirnov.net; dkim=pass (2048-bit key; unprotected) header.d=khirnov.net header.i=@khirnov.net header.a=rsa-sha256 header.s=mail header.b=RQdGK45+; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 4325A24048D for ; Fri, 1 Mar 2024 17:07:23 +0100 (CET) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id 6ZpyCirORg0A for ; Fri, 1 Mar 2024 17:07:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1709309242; bh=pVpWZ0g4KnyS7NKO3W31CwyBdw7S3bTrZ+rL4Xu3h9Q=; h=Subject:From:To:In-Reply-To:References:Date:From; b=RQdGK45+/+1+88zg/ChbqRILrxoRn9quo5FFtgJx37pp0+zo6QYhtSNT5ZWAKVrrH jHUHban8Jd9aazJv6yBCngzEPGJHe4q/5c/FUtzcDeC26PHE6PPPcHT1OMUwHBRTCk sArO6y5B3qsleQSvH7Prmh3RS6lllUNQjvwk3x+LIXZ3ObjMUs0cmPGn1UH9CXNkxw XJ4SK1hHnuG834Vmq9b1R0j9Avl5DfHOTtvkJy8d6xVAbKU88oKuRoTZ9B4Y1k5bza f6IR9x662cKucAirRnmT13BgJGz/fhGTz6mP+T+CKPX/3/x8voRn34yrYP+yeXAaQW ew2oBMuXbVOcQ== Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id 92B32240177 for ; Fri, 1 Mar 2024 17:07:22 +0100 (CET) Received: by lain.khirnov.net (Postfix, from userid 1000) id 700FF1601B9; Fri, 1 Mar 2024 17:07:22 +0100 (CET) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <20240223225010.GI6420@pb2> References: <20240223143115.16521-1-anton@khirnov.net> <20240223143115.16521-15-anton@khirnov.net> <20240223225010.GI6420@pb2> Mail-Followup-To: FFmpeg development discussions and patches Date: Fri, 01 Mar 2024 17:07:22 +0100 Message-ID: <170930924243.29002.14490453590162245541@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Quoting Michael Niedermayer (2024-02-23 23:50:10) > Hi Anton > > On Fri, Feb 23, 2024 at 02:58:36PM +0100, Anton Khirnov wrote: > > Will be useful in following commits. > > --- > > breaks: > > ./ffmpeg -y -request_channel_layout 3 -i bug/401/mlp_5point1_downmixof6channel.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 opening decoder: Invalid argument > [aost#0:0/pcm_s16le @ 0x55690e255a80] Error initializing a simple filtergraph > 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 Cannot reproduce with another mlp or 5.1 ac3 file. -- Anton Khirnov _______________________________________________ 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".