Re: [FFmpeg-devel] [PATCH 21/24] lavfi/vf_scale: factorize freeing the sws contexts

2021-06-01 Thread Michael Niedermayer
On Mon, May 31, 2021 at 09:55:12AM +0200, Anton Khirnov wrote: > --- > libavfilter/vf_scale.c | 25 ++--- > 1 file changed, 14 insertions(+), 11 deletions(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Breaking DRM is a little

[FFmpeg-devel] [PATCH 21/24] lavfi/vf_scale: factorize freeing the sws contexts

2021-05-31 Thread Anton Khirnov
--- libavfilter/vf_scale.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c index 759499395f..8516919556 100644 --- a/libavfilter/vf_scale.c +++ b/libavfilter/vf_scale.c @@ -328,16 +328,24 @@ static av_c