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 5054B41D39 for ; Sun, 20 Mar 2022 20:06:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D3ED268B0E0; Sun, 20 Mar 2022 22:05:57 +0200 (EET) Received: from mail-oi1-f171.google.com (mail-oi1-f171.google.com [209.85.167.171]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8874368AE62 for ; Sun, 20 Mar 2022 22:05:51 +0200 (EET) Received: by mail-oi1-f171.google.com with SMTP id v75so14413980oie.1 for ; Sun, 20 Mar 2022 13:05:51 -0700 (PDT) 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=DqqmcAfzEw3LdfukLRY3ZNpScIG7Sr6B5ytDq1qReTE=; b=chw8sd4j7YjwQ4xLkM7f7gvlinh79GRl11pspZro8Ttoq/PJ5N1vdduqJ4H9zJNBPW XHwS4rWd+D/l6HGqVm9EkxsKtXClpnekdR8oh8yyhgncz7+1m9dOo2C8R5yYtxhGRU3V FCEwsmkkxQeBgFVT9rY9RQhJTB2w3/t5TGk1VbCKlcINpw3Sg4uoCco5ANHTB712DOR8 P7dNDLUbvt6jOBo0hgmq5VjPiL22hn//wfDek9iG8D7LFpFGVKMQ6zxJaQxtSEKu3QQE NNUrpPh6u1Qh0Cs7juqLO0tmX4Xo3pxbUcPg8DOOvFG8fVjDF5/uig8s0W1kf/QBewr4 8elA== 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=DqqmcAfzEw3LdfukLRY3ZNpScIG7Sr6B5ytDq1qReTE=; b=T2eLjKnJOWPT6jXajbHdvlZr2URc/lDQ8KMJY8hmqfQfCWkxHailGUr+RNoXNyaxEy boKgE0Q3In81yrvDjFVTkhg3pd1TFAyW3vNbj2qLQcH4fG+XypzRVOoh7vsx7b0Z3kpp 252cLq+RjUv8ahsmgTk2XJQMZVsdN3LVb7l8kdEk556Jk+e4e94QWVDkqAGW/YsLIExc 3uaCFvItOtGjvQcv8DgTkO5MYTqZeL1PqI425bx1vaWxBzyIigdEnxqmiQhgaaRsq09Y 87a78A44HrgnPgVvHgrfLzThBz4dcII/8VFlhriHxBWlpmDtP5cdih+GgI9Id4Hf6LCN fL2Q== X-Gm-Message-State: AOAM533RyXV5ecXqhS/znWzUhjAcvyBtBiYem0I5JpLvk5aOt6FgWh+D NiWWFXMEFhtP/7ZWffpTyyjwCZ3ABbXEWw== X-Google-Smtp-Source: ABdhPJz8W4a5wUE/aOS/SPJ2O4XvS4tOsQjHwapd8FYxxArfHxi8220F3a0LnVgfZUEtL7djiwjEiA== X-Received: by 2002:a05:6808:8cb:b0:2ee:f75b:41f1 with SMTP id k11-20020a05680808cb00b002eef75b41f1mr9797708oij.123.1647806749830; Sun, 20 Mar 2022 13:05:49 -0700 (PDT) Received: from [192.168.0.13] ([186.136.131.95]) by smtp.gmail.com with ESMTPSA id e7-20020a9d2a87000000b005af548abe73sm6610771otb.4.2022.03.20.13.05.48 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 20 Mar 2022 13:05:48 -0700 (PDT) Message-ID: Date: Sun, 20 Mar 2022 17:05:50 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220320193619.51185-1-jamrial@gmail.com> <20220320193619.51185-7-jamrial@gmail.com> From: James Almer In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 7/7] ffmpeg: deprecate the ac 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-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 3/20/2022 4:44 PM, Nicolas George wrote: > James Almer (12022-03-20): >> Same as the AVCodecContext option. >> >> Signed-off-by: James Almer >> --- >> fftools/ffmpeg.h | 2 ++ >> fftools/ffmpeg_opt.c | 8 ++++++++ >> 2 files changed, 10 insertions(+) > > I do not like this: it requires more typing from the user, even with the > "short" alias in the previous patch. Ok, patch dropped then. Will map it to set ch_layout on the underlying demuxer instead. > > Also, there are many occurrences of "-ac" in the documentation, they > need to be updated too. > > 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".