av_bitstream_filter_init

@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).

extern (C) @nogc nothrow
av_bitstream_filter_init
(
const(char)* name
)

Meta