Function rsmpeg::ffi::av_opt_get_dict_val[][src]

pub unsafe extern "C" fn av_opt_get_dict_val(
    obj: *mut c_void,
    name: *const i8,
    search_flags: i32,
    out_val: *mut *mut AVDictionary
) -> i32
Expand description

@param[out] out_val The returned dictionary is a copy of the actual value and must be freed with av_dict_free() by the caller