Function ffurl_connect

Source
pub unsafe extern "C" fn ffurl_connect(
    uc: *mut URLContext,
    options: *mut *mut AVDictionary,
) -> c_int
Expand description

Connect an URLContext that has been allocated by ffurl_alloc

@param options A dictionary filled with options for nested protocols, i.e. it will be passed to url_open2() for protocols implementing it. This parameter will be destroyed and replaced with a dict containing options that were not found. May be NULL.