AVFrame.pkt_pos

reordered pos from the last AVPacket that has been input into the decoder Code outside libavcodec should access this field using: av_frame_get_pkt_pos(frame) - encoding: unused - decoding: Read by user.

struct AVFrame
int64_t pkt_pos;

Meta