Function rsmpeg::ffi::av_opt_set_dict_val[][src]

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

@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.