Home
last modified time | relevance | path

Searched refs:av_packet_split_side_data (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpacket.h638 int av_packet_split_side_data(AVPacket *pkt);
Davpacket.c462 int av_packet_split_side_data(AVPacket *pkt){ in av_packet_split_side_data() function
/third_party/ffmpeg/doc/
DAPIchanges624 Deprecate av_packet_merge_side_data() and av_packet_split_side_data().