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

2024-09-09 Thread Anton Khirnov
Quoting Marvin Scholz (2024-09-08 20:02:34) > 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_vmafmotion.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Possibly ok -- Anton Khirnov _

[FFmpeg-devel] [PATCH 08/60] lavfi/vf_vmafmotion: 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_vmafmotion.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavfilter/vf_vmafmotion.c b/libavfilter/vf_vmafmotion.c index 7bc73416e8..f9315e56b