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 9125941A79 for ; Sat, 19 Mar 2022 18:29:28 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 106F468AC87; Sat, 19 Mar 2022 20:29:25 +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 A217F68A64A for ; Sat, 19 Mar 2022 20:29:18 +0200 (EET) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id BD74B20005 for ; Sat, 19 Mar 2022 18:29:17 +0000 (UTC) Date: Sat, 19 Mar 2022 19:29:16 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220319182916.GC2829255@pb2> References: <20220318221907.44594-1-jamrial@gmail.com> <20220318224748.44929-1-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20220318224748.44929-1-jamrial@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH 4/4] ffmpeg: replace custom channel_layout code with an SpecifierOpt based one 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="===============2359504804568182852==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2359504804568182852== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="yhVcJKDp0lnQTSBc" Content-Disposition: inline --yhVcJKDp0lnQTSBc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 18, 2022 at 07:47:48PM -0300, James Almer wrote: > This is cleaner and allows fine tuning which stream the option is applied= to. >=20 > Signed-off-by: James Almer > --- > fftools/ffmpeg.h | 2 ++ > fftools/ffmpeg_opt.c | 84 ++++++++++++++++++-------------------------- > 2 files changed, 36 insertions(+), 50 deletions(-) Not sure its intended or not but This changes the output of =2E/ffmpeg -channel_layout 3.0 -ac 3 -f u8 -i /dev/zero -t 1 /tmp/file-old.= wav thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is what and why we do it that matters, not just one of them. --yhVcJKDp0lnQTSBc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYjYg+QAKCRBhHseHBAsP qxMWAJ9UksJReXtW6jL3Ywj7fwwbDvDtvgCgjpOtwpSXIyK6vHJlXqAWs2XNCTw= =OkDA -----END PGP SIGNATURE----- --yhVcJKDp0lnQTSBc-- --===============2359504804568182852== 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". --===============2359504804568182852==--