Searched refs:av_copy_packet_side_data (Results 1 – 2 of 2) sorted by relevance
559 int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src);
231 return av_copy_packet_side_data(pkt, src); in copy_packet_data()240 int av_copy_packet_side_data(AVPacket *pkt, const AVPacket *src) in av_copy_packet_side_data() function