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 2605F42409 for ; Mon, 17 Jan 2022 16:51:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EFA7C68B050; Mon, 17 Jan 2022 18:51:06 +0200 (EET) Received: from mail-oi1-f172.google.com (mail-oi1-f172.google.com [209.85.167.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2C53968AFFD for ; Mon, 17 Jan 2022 18:51:00 +0200 (EET) Received: by mail-oi1-f172.google.com with SMTP id t9so24237263oie.12 for ; Mon, 17 Jan 2022 08:51:00 -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=5G9h9sLfMfm2PcDFquYySgkck0PqY5KtDtUPExFIJgg=; b=mUz2zBFESBKWYFqONjDZEFfRzGs1qpaQGdQJwdeCA3Oc/UYQoQS96NvWjmZlbYik3G 64petHpKaLoE+dKzZF1rpxSRAhCqyW16OcMKoSQ82wNR6e5scM9ZuOuCtdAY4ckFyiJc rYEV5GEDjFNr0cAhN3ak1mu04AA1iRXV+ilSxNkcCZ3PCrLiU4h+6ipyAzXcx3GBHt8S B99xRbdj+lAM0adUUDb8qzJcHw26KLt5G2xCEevPpHdfF/9pqa+uRuD6eY/0dhIeud6z a/KCgLCWFH2LpAJocibfFudMbZG7CvTMlvCw+0q4G1jzfLLUHCfdZCkiGhLB1cu0AmZ8 24ug== 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=5G9h9sLfMfm2PcDFquYySgkck0PqY5KtDtUPExFIJgg=; b=tum+FGqKbVC66+38UA9Pqv3mUEuTmxtwHCQWzoCKO67pEGFrYYQZOdwfRfCUgBLAbQ GNnaPx31GT/jNRJo4yKmbCHWRBdqtBE6SKDW2MSsYJjI81FISXrBrq+Wa47ANVEeMISV Rwy7U8AD9HYb8lERMJJTyzQ3ZqeeTwzTItYHsn7SGpi1SeBLC97C8aWU7FmXIKpzb3Ux 1Dx4fW1tI5xWUp1YEb2Ivwa3zjs5cRBUJXa7mKrFuRz0fsp4YG+CJjhlHlxWaHzMsJu8 vswBzLKrDYzGbsuFOCM7cFHYUFRYgEgxzHxs7FVjazC12umW45GTqVL1zr9n+ceKG+ot oHVg== X-Gm-Message-State: AOAM530h/JaFg9M3585dqkXrRIZbGd3gi/Oj2G6XGl0kdlMDrR6k+FtS xUCXwe388KuWqSEylrA5d4Q7+61RuCM= X-Google-Smtp-Source: ABdhPJzrywSa/J1ZDZZN0Cm+k8TOKvawTSNyotdAqp1Tgxc7m2GWjtTI62u6YKweImk3u+bUVUDqLg== X-Received: by 2002:a05:6808:1645:: with SMTP id az5mr23112396oib.2.1642438258225; Mon, 17 Jan 2022 08:50:58 -0800 (PST) Received: from [192.168.0.13] ([186.136.131.95]) by smtp.gmail.com with ESMTPSA id g7sm5314407otn.72.2022.01.17.08.50.57 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 17 Jan 2022 08:50:57 -0800 (PST) Message-ID: <6c625249-bf42-a1fe-2875-a8105f8f6ee7@gmail.com> Date: Mon, 17 Jan 2022 13:50:54 -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> <0b212a73-4bdf-1d52-35cc-79b7cde6a4ce@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 1:48 PM, Nicolas George wrote: > James Almer (12022-01-17): >> -map_channel works perfectly with the current bitmask API, and the new one. > > Not if there are several times the same channel with different labels. > It should. Patches are always welcome for new or updated functionality. > > > _______________________________________________ > 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".