Re: [FFmpeg-devel] [PATCH 1/2] lsws, lavfi: use sws_get_gaussian_vec

2023-08-31 Thread Stefano Sabatini
On date Saturday 2023-08-26 17:13:19 +0200, Andreas Rheinhardt wrote: > Stefano Sabatini: > > Use in place of deprecated sws_getGaussianVec. > > This patchset should have been sent as a reply to the patch actually > adding sws_get_gaussian_vec. Noted. > > --- > > libavfilter/vf_sab.c |

Re: [FFmpeg-devel] [PATCH 1/2] lsws, lavfi: use sws_get_gaussian_vec

2023-08-26 Thread Michael Niedermayer
Hi Stefano On Sat, Aug 26, 2023 at 03:21:44PM +0200, Stefano Sabatini wrote: > Use in place of deprecated sws_getGaussianVec. > --- > libavfilter/vf_sab.c | 17 + > libavfilter/vf_smartblur.c | 8 > libswscale/utils.c | 32 ++--

Re: [FFmpeg-devel] [PATCH 1/2] lsws, lavfi: use sws_get_gaussian_vec

2023-08-26 Thread Andreas Rheinhardt
Stefano Sabatini: > Use in place of deprecated sws_getGaussianVec. This patchset should have been sent as a reply to the patch actually adding sws_get_gaussian_vec. > --- > libavfilter/vf_sab.c | 17 + > libavfilter/vf_smartblur.c | 8 > libswscale/utils.c

[FFmpeg-devel] [PATCH 1/2] lsws,lavfi: use sws_get_gaussian_vec

2023-08-26 Thread Stefano Sabatini
Use in place of deprecated sws_getGaussianVec. --- libavfilter/vf_sab.c | 17 + libavfilter/vf_smartblur.c | 8 libswscale/utils.c | 32 ++-- 3 files changed, 31 insertions(+), 26 deletions(-) diff --git a/libavfilter/vf_sab.c