Re: [FFmpeg-devel] [PATCH] avformat/dump.c: fix mixed log levels

2016-05-12 Thread Michael Niedermayer
On Thu, May 12, 2016 at 04:38:41PM +0200, Tobias Rapp wrote: > On 12.05.2016 16:00, Michael Niedermayer wrote: > >On Thu, May 12, 2016 at 10:26:03AM +0200, Tobias Rapp wrote: > >>Previously a partial log message without newline was printed in case of > >>loglevel=warning. > >> > >>Signed-off-by: To

Re: [FFmpeg-devel] [PATCH] avformat/dump.c: fix mixed log levels

2016-05-12 Thread Tobias Rapp
On 12.05.2016 16:00, Michael Niedermayer wrote: On Thu, May 12, 2016 at 10:26:03AM +0200, Tobias Rapp wrote: Previously a partial log message without newline was printed in case of loglevel=warning. Signed-off-by: Tobias Rapp --- libavformat/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 de

Re: [FFmpeg-devel] [PATCH] avformat/dump.c: fix mixed log levels

2016-05-12 Thread Michael Niedermayer
On Thu, May 12, 2016 at 10:26:03AM +0200, Tobias Rapp wrote: > Previously a partial log message without newline was printed in case of > loglevel=warning. > > Signed-off-by: Tobias Rapp > --- > libavformat/dump.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavform

[FFmpeg-devel] [PATCH] avformat/dump.c: fix mixed log levels

2016-05-12 Thread Tobias Rapp
Previously a partial log message without newline was printed in case of loglevel=warning. Signed-off-by: Tobias Rapp --- libavformat/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dump.c b/libavformat/dump.c index d6a3249..9eb6146 100644 --- a/libavformat/