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

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

[FFmpeg-devel] [PATCH 13/60] lavfi/f_metadata: 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/f_metadata.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavfilter/f_metadata.c b/libavfilter/f_metadata.c index 1a72284790..abdfb1802b 100644