[FFmpeg-devel] [PATCH 1/7] avfilter/vf_nlmeans: use more friendlier 'for (int ...'

James Almer jamrial at gmail.com
Fri Oct 29 18:20:40 EEST 2021


On 10/29/2021 12:18 PM, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>   libavfilter/vf_nlmeans.c | 33 ++++++++++++---------------------
>   1 file changed, 12 insertions(+), 21 deletions(-)

You could just use "reduce scope of some variables" for the subject instead.


More information about the ffmpeg-devel mailing list