pub unsafe extern "C" fn ff_format_output_open(
s: *mut AVFormatContext,
url: *const c_char,
options: *mut *mut AVDictionary,
) -> c_int
Expand description
Utility function to open IO stream of output format.
@param s AVFormatContext @param url URL or file name to open for writing @options optional options which will be passed to io_open callback @return >=0 on success, negative AVERROR in case of failure