mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 06:20:17 -05:00
Add a logger callback for FFmpeg log messages
This commit is contained in:
@@ -38,6 +38,9 @@ vlogger(int severity, int domain, const char *fmt, va_list args);
|
||||
void
|
||||
DPRINTF(int severity, int domain, const char *fmt, ...) __attribute__((format(printf, 3, 4)));
|
||||
|
||||
void
|
||||
logger_ffmpeg(void *ptr, int level, const char *fmt, va_list ap);
|
||||
|
||||
void
|
||||
logger_libevent(int severity, const char *msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user