Function rsmpeg::ffi::av_opt_show2[][src]

pub unsafe extern "C" fn av_opt_show2(
    obj: *mut c_void,
    av_log_obj: *mut c_void,
    req_flags: i32,
    rej_flags: i32
) -> i32
Expand description

Show the obj options.

@param req_flags requested flags for the options to show. Show only the options for which it is opt->flags & req_flags. @param rej_flags rejected flags for the options to show. Show only the options for which it is !(opt->flags & req_flags). @param av_log_obj log context to use for showing the options