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 A1EC3423EA for ; Mon, 17 Jan 2022 13:54:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 56A7F68AFF7; Mon, 17 Jan 2022 15:54:43 +0200 (EET) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 985F468AE7F for ; Mon, 17 Jan 2022 15:54:37 +0200 (EET) Received: by mail-ot1-f51.google.com with SMTP id l64-20020a9d1b46000000b005983a0a8aaaso7175381otl.3 for ; Mon, 17 Jan 2022 05:54:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=VmL6ZrTqBzC3Cw9vl2BweNYD9V6SvtOjgFArOxYRvuo=; b=UeXEqXeLruG/IN5Kvfc1AK7O8e5Z/7wg8A270CKcTUQomvUMVxd3Cm074bEJVW55we cQpef21Dvxbn5TlXuGuB6CMPE7FiJq4rXb0GmGGhliLJM2pb1IiQ9IucmPIngP8Hgefg I5pm8vkaM1l07bno9qVZpI3rftXI5RkcpDn1fG4xH7HGgtlduwPNZ1k1AQ/n2/gjxyhj ldPcgnMkYfPwCbF3qyAt1ocDV9KSbahRwoSqoDx13Hfnc77SdolPDhK63T0nZ1Rbhc7q 5BUpdwf1tzZ5qWsHVC20ihz2ZMOoFgHuoAkjiQcng+oIBq18FB09kg7UcXbKyiTokNbb q0kA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=VmL6ZrTqBzC3Cw9vl2BweNYD9V6SvtOjgFArOxYRvuo=; b=sW3bjJoBm6AaczwvCJp8BJcZyH0gq9R0VyLEB4nqcQ3HK9yq4ndVANHGEghG6y3KTb DSgFdd9uDDpP2Fa5lnbHgnGCIrt49bnioZ0PoQhe4YGsFr36lR01/Mug5jW4cH08RvYV 8zLFa3Bl2fCb9F3Lvc6XSfpHOLbmiGkmafI4G0P7Z0q5Wnp7abqFlN+UXxwNF9svgoU+ NstH//GQH6TB5PPzFgssHnWprkCWB9gj30Vq1AH75Z6XUVWkm5sSfok5SKTh+CYuii2U Pjq6EITw4MDHqusf1rXTCB7i2q/UCoEfF4RnrpK91nNMZ+3MfyYsQI8uWuVqid8pt6sT GqUg== X-Gm-Message-State: AOAM532HM8g8VgGzQadjSCVQGTgfeBYdxGGpbBEQ1njGi/ni+HEHR1oO MhkVY1H21lXz5rVAI/lId70z8pYvTVo= X-Google-Smtp-Source: ABdhPJxtES/bB7fzt7YsIyQJq65Q3AHwugKzftJGFkbWZfNnvEWCuFfa+tK7CfRUsUr9WvhWb2VnQw== X-Received: by 2002:a05:6830:3494:: with SMTP id c20mr5922668otu.254.1642427675952; Mon, 17 Jan 2022 05:54:35 -0800 (PST) Received: from [192.168.0.13] ([186.136.131.95]) by smtp.gmail.com with ESMTPSA id j6sm5556223ots.53.2022.01.17.05.54.34 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 17 Jan 2022 05:54:35 -0800 (PST) Message-ID: <0517cdf4-0024-3431-5b68-9ae31cfd5595@gmail.com> Date: Mon, 17 Jan 2022 10:54:32 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220113015101.4-1-jamrial@gmail.com> <20220113015101.4-2-jamrial@gmail.com> From: James Almer In-Reply-To: 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 1/17/2022 10:53 AM, Nicolas George wrote: > 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. Yes, which is why I'll make describe() stop looking at the name field. > > Regards, > > > _______________________________________________ > 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". _______________________________________________ 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".