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

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