mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
Reduce ffmpeg/libav log messages on default log level
- the messages are useless anyway, since we don't echo the name of the file the message concerns
This commit is contained in:
parent
3f33f33310
commit
827c8c787e
@ -140,7 +140,7 @@ logger_ffmpeg(void *ptr, int level, const char *fmt, va_list ap)
|
||||
{
|
||||
int severity;
|
||||
|
||||
if (level <= AV_LOG_ERROR)
|
||||
if (level <= AV_LOG_FATAL)
|
||||
severity = E_LOG;
|
||||
else if (level <= AV_LOG_WARNING)
|
||||
severity = E_WARN;
|
||||
|
Loading…
x
Reference in New Issue
Block a user