Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddecode.c137 static int copy_packet_props(AVPacket *dst, const AVPacket *src) in copy_packet_props() function
156 return copy_packet_props(avci->last_pkt_props, pkt); in extract_packet_props()
159 ret = copy_packet_props(&tmp, pkt); in extract_packet_props()