[][src]Function ffmpeg_dev::sys::ff_parse_key_value

pub unsafe extern "C" fn ff_parse_key_value(
    str: *const c_char,
    callback_get_buf: ff_parse_key_val_cb,
    context: *mut c_void
)

Parse a string with comma-separated key=value pairs. The value strings may be quoted and may contain escaped characters within quoted strings.

@param str the string to parse @param callback_get_buf function that returns where to store the unescaped value string. @param context the opaque context pointer to pass to callback_get_buf