Re: [FFmpeg-devel] [PATCH v2 2/2] lavfi/aiir: Refine the pad/vpad related operation

2020-05-30 Thread Hendrik Leppkes
On Sat, May 30, 2020 at 1:05 PM Paul B Mahol wrote: > > Nobody approved this, so revert ASAP! > Simple changes don't need to be approved, as long as they are on the list for long enough, otherwise nothing would ever get done. If you want to review them, you should do it before they've been on the

Re: [FFmpeg-devel] [PATCH v2 2/2] lavfi/aiir: Refine the pad/vpad related operation

2020-05-30 Thread Paul B Mahol
Nobody approved this, so revert ASAP! On 5/25/20, Jun Zhao wrote: > From: Jun Zhao > > move the pad/vpad related operation with more natural > coding style. > > Signed-off-by: Jun Zhao > --- > libavfilter/af_aiir.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) > > diff --g

[FFmpeg-devel] [PATCH v2 2/2] lavfi/aiir: Refine the pad/vpad related operation

2020-05-25 Thread Jun Zhao
From: Jun Zhao move the pad/vpad related operation with more natural coding style. Signed-off-by: Jun Zhao --- libavfilter/af_aiir.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libavfilter/af_aiir.c b/libavfilter/af_aiir.c index 92ff348..7971cf2 100644 --- a/