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

2024-09-11 Thread Anton Khirnov
Quoting Marvin Scholz (2024-09-08 20:56:38) > 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_signature.c | 8 ++-- > 1 file changed, 2 insertions(+), 6 deletions(-) > > diff --git a/libavfilter/vf_signatur

[FFmpeg-devel] [PATCH 14/60] lavfi/vf_signature: 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_signature.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/libavfilter/vf_signature.c b/libavfilter/vf_signature.c index f205f6919f..f419522