Re: [FFmpeg-devel] [PATCH] avutil/opt: Combine multiple av_log statements

2022-08-02 Thread Thilo Borgmann
On 2 Aug 2022, at 19:28, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavutil/opt.c | 23 --- > 1 file changed, 12 insertions(+), 11 deletions(-) > > diff --git a/libavutil/opt.c b/libavutil/opt.c > index 8ffb10449b..da3a65c041 100644 > --- a/libavu

[FFmpeg-devel] [PATCH] avutil/opt: Combine multiple av_log statements

2022-08-02 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavutil/opt.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/libavutil/opt.c b/libavutil/opt.c index 8ffb10449b..da3a65c041 100644 --- a/libavutil/opt.c +++ b/libavutil/opt.c @@ -1329,17 +1329,18 @@ FF_ENABLE_D