[][src]Function ffmpeg_dev::sys::av_opt_show2

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

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