[][src]Function stainless_ffmpeg_sys::av_bitstream_filter_init

pub unsafe extern "C" fn av_bitstream_filter_init(
    name: *const c_char
) -> *mut AVBitStreamFilterContext

@deprecated the old bitstream filtering API (using AVBitStreamFilterContext) is deprecated. Use av_bsf_get_by_name(), av_bsf_alloc(), and av_bsf_init() from the new bitstream filtering API (using AVBSFContext).