[][src]Function ffav_sys::av_bsf_list_append

pub unsafe extern "C" fn av_bsf_list_append(
    lst: *mut AVBSFList,
    bsf: *mut AVBSFContext
) -> c_int

Append bitstream filter to the list of bitstream filters.

@param lst List to append to @param bsf Filter context to be appended

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