[][src]Function stainless_ffmpeg_sys::av_bsf_list_append2

pub unsafe extern "C" fn av_bsf_list_append2(
    lst: *mut AVBSFList,
    bsf_name: *const c_char,
    options: *mut *mut AVDictionary
) -> c_int

Construct new bitstream filter context given it's name and options and append it to the list of bitstream filters.

@param lst List to append to @param bsf_name Name of the bitstream filter @param options Options for the bitstream filter, can be set to NULL

@return >=0 on success, negative AVERROR in case of failure