av_apply_bitstream_filters

Apply a list of bitstream filters to a packet.

@param codec AVCodecContext, usually from an AVStream @param pkt the packet to apply filters to @param bsfc a NULL-terminated list of filters to apply @return >=0 on success; AVERROR code on failure

@nogc nothrow extern (C)
int
av_apply_bitstream_filters

Meta