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 ESMTPS id F36014BB0E for ; Sat, 1 Feb 2025 01:44:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E621E68BCCC; Sat, 1 Feb 2025 03:44:03 +0200 (EET) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A550C68C195 for ; Sat, 1 Feb 2025 03:43:57 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id D69EB432C7 for ; Sat, 1 Feb 2025 01:43:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1738374237; 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=6m/QtU1sSbjswcAya9CZkw66evjXWdYB0kKOlX6BJG4=; b=ds2QIeE9qxb+Cf9MMU79uc9BZ2O5zOjN0Ql2PXIgTKgWDiGt0RHPbGyBUJRi4NlAauYscC wB+fWdDKFAZ/dpyLal/Sk4AXUAt+zIOcZHdDOfCXHWPeV1nv+PVYARkA3RiXnYGafXpnnD fYAsyZFCS/BPSyet+lteRCyFabA6tQ56jKDRNt+pAYi/W2dBN1JBn+/UbGZNkauBU6P9Ac N93IHUV2yDiim5NWyTS6eC8Y+SadAER1FaXtDavcyu/XTxWrFgjIiWrv0kRYhl6zs2zJu+ GATcyVw8M/WSGqh7MUrDFHzJ6o605rjDYQ0Sp8uVNwvULHu3Ywz2Py8dFGQebg== Date: Sat, 1 Feb 2025 02:43:55 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250201014355.GJ4991@pb2> References: <20250128125757.742-1-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20250128125757.742-1-jamrial@gmail.com> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddutdeflecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdludehmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtjeenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepleekgefgffeiudefjeeuffejudehtddtudeltdehveevvedtieeulefhtdeutdeknecukfhppeeguddrieeirdeijedruddufeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeijedruddufedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avdevice/alsa_dec: add a ch_layout option 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="===============5377034956542491831==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5377034956542491831== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Q3IP1FbtAtef1ROg" Content-Disposition: inline --Q3IP1FbtAtef1ROg Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 28, 2025 at 09:57:57AM -0300, James Almer wrote: > Missed in ffc4fd3cc2ccb2cadb71f19849842b18ca1281c6, which after > e78173557da898f18a78241cc3525b76694164b5 broke setting channel count. >=20 > Should fix ticket #11434. >=20 > Signed-off-by: James Almer > --- > libavdevice/alsa.h | 4 ++++ > libavdevice/alsa_dec.c | 24 +++++++++++++++++++----- > libavdevice/version_major.h | 1 + > 3 files changed, 24 insertions(+), 5 deletions(-) seems not to build on its own (if its intended to) libavdevice/alsa_dec.c:163:59: error: =E2=80=98AV_OPT_TYPE_CH_LAYOUT=E2=80= =99 undeclared here (not in a function); did you mean =E2=80=98AV_OPT_TYPE_= CHLAYOUT=E2=80=99? 163 | { "ch_layout", "", offsetof(AlsaData, ch_layout), AV_OPT_TY= PE_CH_LAYOUT, {.str =3D "2C"}, INT_MIN, INT_MAX, AV_OPT_FLAG_DECODING_PARAM= }, | ^~~~~~~~~= ~~~~~~~~~~~~ | AV_OPT_TY= PE_CHLAYOUT make: *** [ffbuild/common.mak:81: libavdevice/alsa_dec.o] Error 1 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I do not agree with what you have to say, but I'll defend to the death your right to say it. -- Voltaire --Q3IP1FbtAtef1ROg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ518WAAKCRBhHseHBAsP q996AJ4l/XETHqyAZZ7t32wWNcLN8GWVbQCfdw6PectsO64rfHKpMOUWuQ+Y+Nc= =tMnY -----END PGP SIGNATURE----- --Q3IP1FbtAtef1ROg-- --===============5377034956542491831== 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". --===============5377034956542491831==--