Function avpriv_report_missing_feature

Source
pub unsafe extern "C" fn avpriv_report_missing_feature(
    avc: *mut c_void,
    msg: *const c_char,
    ...
)
Expand description

Log a generic warning message about a missing feature.

@param[in] avc a pointer to an arbitrary struct of which the first field is a pointer to an AVClass struct @param[in] msg string containing the name of the missing feature