Re: [FFmpeg-devel] [PATCH 1/8] lavfi/vf_scale: allow passing options to swscale directly

2023-01-09 Thread Nicolas George
Anton Khirnov (12023-01-08): > Avoid using the dictionary mechanism, which is non-introspectable. As > this is the only user of AVFilter.init_dict(), this callback can now be > removed. Series looks good to me, thanks. Regards, -- Nicolas George

[FFmpeg-devel] [PATCH 1/8] lavfi/vf_scale: allow passing options to swscale directly

2023-01-08 Thread Anton Khirnov
Avoid using the dictionary mechanism, which is non-introspectable. As this is the only user of AVFilter.init_dict(), this callback can now be removed. --- libavfilter/vf_scale.c | 95 +- 1 file changed, 66 insertions(+), 29 deletions(-) diff --git