跳到主要内容

av_opt_set_dict_val

搜索

函数 av_opt_set_dict_val 

源代码
pub unsafe extern "C" fn av_opt_set_dict_val(
    obj: *mut c_void,
    name: *const c_char,
    val: *const AVDictionary,
    search_flags: c_int,
) -> c_int
展开描述

@note Any old dictionary present is discarded and replaced with a copy of the new one. The caller still owns val is and responsible for freeing it.