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 93B924216F for ; Thu, 16 Dec 2021 17:20:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B3E7768AF04; Thu, 16 Dec 2021 19:20:55 +0200 (EET) Received: from mail-yb1-f178.google.com (mail-yb1-f178.google.com [209.85.219.178]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0A48B6801C5 for ; Thu, 16 Dec 2021 19:20:50 +0200 (EET) Received: by mail-yb1-f178.google.com with SMTP id q74so66344570ybq.11 for ; Thu, 16 Dec 2021 09:20:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=ASLLeeoZKqeeaaOeZvrSFPRoRQFWik0GTNPW5GqtEmk=; b=Hj0NQEyPFwdLgixrbBqr98unVLTPjzpDmKt6K/16G6VNCAJzg9frTY9onhCoB5oXbr 6fpHc3ViZX61gDmuR1KNPC/tciowIBug5A9pWRYQRC8CuWXYlO/FTKJKAehILof7EooJ kti52uHfcMfjrm4ydpd5N6AkyeXaH0gNPCvcIcLvBR7nesWIpdoh+8xYPAPhUeNx5WBM JyXvxyRNJFNpGdC2DtSyGN6V2qsahDP84C3FSjsdXKK1xUZWmcBNd2GX42o+V1YEHASO sV4J9fpG+2Zg406bZOmMn7cGHYVo0MTvV1VLNzm+TB5iOoEtx+JzY9ZX7+MSQTMCjVzP /GPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=ASLLeeoZKqeeaaOeZvrSFPRoRQFWik0GTNPW5GqtEmk=; b=38gKkqpzPKhOW9sivh66o5Hrlq1jNmF5A4dRN5ixcp+t3kfGE12+fAXR8bDgt72S96 zXCciLJ6n0KONyK5PWH0wyRZqPtF1gvRkN//y0i+XcOJ1Cp0L1D4qG0ZN53cNBBnUIKF xcBs7q2PRzMENfkXOiyCpeV7s73UQX5WZotAh3WvnmG78yYRdXsgp6utWBPR/F2mM3cR m18/bYHv8VtOcZ1Jx6ip1naWCA8Y1AJd3WYjz4x9o2ICicg2bA/Val/XJzQJUkfoj/+R MjWpHkdLWGx3WuUFHXoDPE0IxDMDJsbbvjMdYSCibt/biItOIypqGwfDPSmuR7l9tuZF vEVQ== X-Gm-Message-State: AOAM530LI8LFBlpmXPFuunRPcIeB8mDoL/3yN7yUf9z1j6mKiZiZbV/y ad3kaTzyrPJEM8ibqYY4GGc7nGOrp0pV+yIAqwUy3tgy X-Google-Smtp-Source: ABdhPJxVaSEZJE9tOx/pgeZ8D3lNBcX9zeS/r4wYBGvEafvu7Dw50i+4bg4baT7YsgcU7PjXX+Sz1V+fbnGo4jROaoo= X-Received: by 2002:a25:e00b:: with SMTP id x11mr14508962ybg.321.1639675248338; Thu, 16 Dec 2021 09:20:48 -0800 (PST) MIME-Version: 1.0 References: <20211216132151.8216-1-jamrial@gmail.com> <20211216132151.8216-2-jamrial@gmail.com> In-Reply-To: <20211216132151.8216-2-jamrial@gmail.com> From: Paul B Mahol Date: Thu, 16 Dec 2021 18:20:47 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 001/279 v2] 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: 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: You can not use '|' as separator for channel layout definition. Use '+' instead. _______________________________________________ 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".