Skip to main content

av_bsf_init

Function av_bsf_init 

Source
pub unsafe extern "C" fn av_bsf_init(ctx: *mut AVBSFContext) -> c_int
Expand description

Prepare the filter for use, after all the parameters and options have been set.

@param ctx a AVBSFContext previously allocated with av_bsf_alloc()