Function av_bsf_list_append
pub unsafe extern "C" fn av_bsf_list_append(
lst: *mut AVBSFList,
bsf: *mut AVBSFContext,
) -> i32
Expand description
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