pub unsafe extern "C" fn av_bitstream_filter_next(
    f: *const AVBitStreamFilter
) -> *const AVBitStreamFilter
Expand description

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