Re: [FFmpeg-devel] [PATCH] fix bs2b parameter description

2022-01-26 Thread Yue Wang
Hi Gyan The reference is bs2b's header file available here: https://sourceforge.net/p/bs2b/code/HEAD/tree/trunk/libbs2b/src/bs2b.h Between line 102-112, particularly these two APIs: /* Sets a new coefficients by new cut frecuency value (Hz). */ void bs2b_set_level_fcut( t_bs2bdp bs2bdp, int fcut

Re: [FFmpeg-devel] [PATCH] fix bs2b parameter description

2022-01-25 Thread Gyan Doshi
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 f0f

Re: [FFmpeg-devel] [PATCH] fix bs2b parameter description

2022-01-25 Thread Yue Wang
Can someone review and approve this change? it's pretty trivial 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. >

[FFmpeg-devel] [PATCH] fix bs2b parameter description

2022-01-15 Thread Yue Wang
>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/liba