Add a logger callback for FFmpeg log messages

This commit is contained in:
Julien BLACHE
2010-03-07 10:45:15 +01:00
parent 092eb59fe0
commit 119525e612
3 changed files with 27 additions and 0 deletions

View File

@@ -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);