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 D6CE340551 for ; Tue, 25 Jan 2022 10:55:51 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D137068AF55; Tue, 25 Jan 2022 12:55:49 +0200 (EET) Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [80.241.56.171]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8753568AEB7 for ; Tue, 25 Jan 2022 12:55:43 +0200 (EET) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4JjkKV2tDCz9sdC for ; Tue, 25 Jan 2022 11:55:42 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Message-ID: <59c019ab-4c5c-fd31-2107-33e69d518046@gyani.pro> Date: Tue, 25 Jan 2022 16:25:33 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: From: Gyan Doshi In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] fix bs2b parameter description 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 2022-01-25 03:25 pm, Yue Wang wrote: > Can someone review and approve this change? it's pretty trivial Needs changes in doc/filters.texi too. Since this is an ext library option, a link to reference is helpful. Regards, Gyan > > On Sat, Jan 15, 2022 at 11:45 PM Yue Wang wrote: > >> From f0fdf5360ecd52d5f4031af9165b94c211defa03 Mon Sep 17 00:00:00 2001 >> From: Yue Wang >> Date: Sat, 15 Jan 2022 10:14:17 +0900 >> Subject: [PATCH] fix bs2b parameter description. >> >> --- >> libavfilter/af_bs2b.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/libavfilter/af_bs2b.c b/libavfilter/af_bs2b.c >> index 90ae846d95..de2d6dd6c7 100644 >> --- a/libavfilter/af_bs2b.c >> +++ b/libavfilter/af_bs2b.c >> @@ -57,7 +57,7 @@ static const AVOption bs2b_options[] = { >> { "jmeier", "Jan Meier circuit", 0, AV_OPT_TYPE_CONST, { .i64 = >> BS2B_JMEIER_CLEVEL }, 0, 0, A, "profile" }, >> { "fcut", "Set cut frequency (in Hz)", >> OFFSET(fcut), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, BS2B_MAXFCUT, >> A }, >> - { "feed", "Set feed level (in Hz)", >> + { "feed", "Set feed level (in db * 10)", >> OFFSET(feed), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, BS2B_MAXFEED, >> A }, >> { NULL }, >> }; >> -- >> 2.34.1.703.g22d0c6ccf7-goog >> >> > _______________________________________________ > 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".