Re: [FFmpeg-devel] [PATCH 2/2] avutil/log: print level prefix also when no AVClass context is available

2018-03-16 Thread Tobias Rapp
On 16.03.2018 00:03, Michael Niedermayer wrote: On Wed, Mar 14, 2018 at 09:55:23AM +0100, Tobias Rapp wrote: Adds the level prefix to all log messages, except those with level <= AV_LOG_QUIET as they seem to be used for flushing the log buffer. Signed-off-by: Tobias Rapp

Re: [FFmpeg-devel] [PATCH 2/2] avutil/log: print level prefix also when no AVClass context is available

2018-03-15 Thread Michael Niedermayer
On Wed, Mar 14, 2018 at 09:55:23AM +0100, Tobias Rapp wrote: > Adds the level prefix to all log messages, except those with level <= > AV_LOG_QUIET as they seem to be used for flushing the log buffer. > > Signed-off-by: Tobias Rapp > --- > libavutil/log.c | 6 +++--- > 1

[FFmpeg-devel] [PATCH 2/2] avutil/log: print level prefix also when no AVClass context is available

2018-03-14 Thread Tobias Rapp
Adds the level prefix to all log messages, except those with level <= AV_LOG_QUIET as they seem to be used for flushing the log buffer. Signed-off-by: Tobias Rapp --- libavutil/log.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git