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 BBF7A423EB for ; Mon, 17 Jan 2022 13:53:19 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1FB2268AFF2; Mon, 17 Jan 2022 15:53:17 +0200 (EET) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7BA9668AFAF for ; Mon, 17 Jan 2022 15:53:10 +0200 (EET) X-ENS-nef-client: 129.199.129.80 ( name = phare.normalesup.org ) Received: from phare.normalesup.org (phare.normalesup.org [129.199.129.80]) by nef.ens.fr (8.14.4/1.01.28121999) with ESMTP id 20HDr9WR025373 for ; Mon, 17 Jan 2022 14:53:10 +0100 Received: by phare.normalesup.org (Postfix, from userid 1001) id A71B4E1DC8; Mon, 17 Jan 2022 14:53:09 +0100 (CET) Date: Mon, 17 Jan 2022 14:53:09 +0100 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <20220113015101.4-1-jamrial@gmail.com> <20220113015101.4-2-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Mon, 17 Jan 2022 14:53:10 +0100 (CET) Subject: Re: [FFmpeg-devel] [PATCH 001/281] Add a new channel layout API 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="===============0390800351438638346==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0390800351438638346== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jrBG7r4zn/uwl3ZW" Content-Disposition: inline --jrBG7r4zn/uwl3ZW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Marton Balint (12022-01-16): > Should the serializaton and unserialization functions store/parse both the > channel label and the channel designation? As far as I see right now it is > kind of inconsistent: av_channel_layout_describe_print() prints the label > (if exists), not the designation, but av_channel_layout_from_string() > expects the designations only, never the custom label. Oh, excellent point. av_channel_layout_from_string() should be able to parse the output of av_channel_layout_describe_bprint() in all cases. And it should be covered by FATE. Regards, --=20 Nicolas George --jrBG7r4zn/uwl3ZW Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmHldMMACgkQcZVLI8pN xgwBOw/9G8rUt8N/MkT5cTvSI8M1KD4JFcJbaNHY4Be9Kh2tn6JM6rGVDmB6/a7a kmaKEtlSzYDLytHQh2uOxPZY94VkHi6/ciqtwdo7vrrzuiik7hVajt6W+GIgEFpr xOQpIHA3AWMDBaGHNnQDUwES+Qr8lIplMKXn1GSnckyWdNn+7BA191fbxpkvwiZw cgykq3rm5ncbVWo+Pk1wp4fbcFS/wNtK0MNgcZQBTIhgiVUcSQklp7iUuQnDeq8I cZdi+czs55ozUHehPdeuxo4t93pS92H42U3SPabgVqqDSSwBm2lmnaSt7E7k1bM8 mLZF0dLOEN4fLF4m8QZsxOYmAE1XiuponlaRCb2xvCGx2EkLPL4HVOKOggst7VWE tcoQ9r35HV6hmkMBGNIASZyagd7Wx9caJzrOpOnL7gsDG9y+sEjYIRKH6jAPwPzN MU+PnX98B+3Id4YnJh9aqi41a2L45pE6XEPT3u5lLAJUXXkwVG+1W8K+qpY/F878 st46Aa+isxIO+q6X1jQ3NV81sLIun2DwUQhpRgaKQv+TaDSg4FFGshxncgUKA08c 3co63ujVk829vfrEs1CbUF4DO+eYv1gsB1smy77TcnbGZe/qhBVKmD+bLo+XhFWX ZCbofOt+vXgzra7CzIZWV/xRXOxx3IlLuvu/3W8fAHg015HxNN8= =yZcQ -----END PGP SIGNATURE----- --jrBG7r4zn/uwl3ZW-- --===============0390800351438638346== 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". --===============0390800351438638346==--