Re: [FFmpeg-devel] [PATCH 12/60] lavfi/vf_ssim: narrow variable scopes

2024-09-11 Thread Anton Khirnov
Quoting Marvin Scholz (2024-09-08 20:51:47) > --- > libavfilter/vf_ssim.c | 15 ++- > 1 file changed, 6 insertions(+), 9 deletions(-) Looks ok -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailma

[FFmpeg-devel] [PATCH 12/60] lavfi/vf_ssim: narrow variable scopes

2024-09-08 Thread Marvin Scholz
--- libavfilter/vf_ssim.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/libavfilter/vf_ssim.c b/libavfilter/vf_ssim.c index 54e28d43bd..52b22a6870 100644 --- a/libavfilter/vf_ssim.c +++ b/libavfilter/vf_ssim.c @@ -194,9 +194,8 @@ static float ssim_end1(int s1,