Re: [FFmpeg-devel] [PATCH 11/60] lavfi/vf_ssim: use av_err2str to simplify code

2024-09-11 Thread Anton Khirnov
Quoting Marvin Scholz (2024-09-08 20:13:45) > No need to explicitly specify the buffer here as it is only > ever passed to av_log, so av_err2str can be used. > --- > libavfilter/vf_ssim.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) LGTM -- Anton Khirnov __

[FFmpeg-devel] [PATCH 11/60] lavfi/vf_ssim: use av_err2str to simplify code

2024-09-08 Thread Marvin Scholz
No need to explicitly specify the buffer here as it is only ever passed to av_log, so av_err2str can be used. --- libavfilter/vf_ssim.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavfilter/vf_ssim.c b/libavfilter/vf_ssim.c index 97bffcf70c..54e28d43bd 100644 --- a/lib