[][src]Function stainless_ffmpeg_sys::av_bitstream_filter_close

pub unsafe extern "C" fn av_bitstream_filter_close(
    bsf: *mut AVBitStreamFilterContext
)

@deprecated the old bitstream filtering API (using AVBitStreamFilterContext) is deprecated. Use av_bsf_free() from the new bitstream filtering API (using AVBSFContext).