Function av_bsf_list_alloc
pub unsafe extern "C" fn av_bsf_list_alloc() -> *mut AVBSFList
Expand description
Allocate empty list of bitstream filters. The list must be later freed by av_bsf_list_free() or finalized by av_bsf_list_finalize().
@return Pointer to @ref AVBSFList on success, NULL in case of failure