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

2024-09-09 Thread Anton Khirnov
Quoting Marvin Scholz (2024-09-08 19:50:46) > 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_ssim360.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) Looks ok. -- Anton Khirnov _

[FFmpeg-devel] [PATCH 04/60] lavfi/vf_ssim360: 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_ssim360.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libavfilter/vf_ssim360.c b/libavfilter/vf_ssim360.c index 57da2f3938..68bd7b4d78 100644