av_log_ask_for_sample

Log a generic warning message asking for a sample. This function is intended to be used internally by FFmpeg (libavcodec, libavformat, etc.) only, and would normally not be used by applications. @paramin avc a pointer to an arbitrary struct of which the first field is a pointer to an AVClass struct @paramin msg string containing an optional message, or NULL if no message @deprecated Use avpriv_request_sample() instead.

@nogc nothrow extern (C) deprecated
static if(FF_API_MISSING_SAMPLE)
void
av_log_ask_for_sample
(
void* avc
,
const(char)* msg
,)

Meta