av_log_format_line

Format a line of log the same way as the default callback. @param line buffer to receive the formated line @param line_size size of the buffer @param print_prefix used to store whether the prefix must be printed; must point to a persistent integer initially set to 1

@nogc nothrow extern (C)
void
av_log_format_line
(
void* ptr
,
int level
,
const char* fmt
,
va_list vl
,
char* line
,,)

Meta