av_bitstream_filter_filter

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

extern (C) @nogc nothrow
int
av_bitstream_filter_filter
(,,
const(char)* args
,
ubyte** poutbuf
,,
const(ubyte)* buf
,,)

Meta