av_log_missing_feature

Log a generic warning message about a missing feature. 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 feature string containing the name of the missing feature @paramin want_sample indicates if samples are wanted which exhibit this feature. If want_sample is non-zero, additional verbage will be added to the log message which tells the user how to report samples to the development mailing list. @deprecated Use avpriv_report_missing_feature() instead.

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

Meta