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
See Implementation
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