av_log_set_callback

Set the logging callback

@note The callback must be thread safe, even if the application does not use threads itself as some codecs are multithreaded.

@see av_log_default_callback

@param callback A logging function with a compatible signature.

@nogc nothrow extern (C)
void
av_log_set_callback
(
void* function
(
void*
,
int
,
const char*
,
va_list
)
log_callback
)

Meta