AVFrame.pkt_duration

duration of the corresponding packet, expressed in AVStream->time_base units, 0 if unknown. Code outside libavcodec should access this field using: av_frame_get_pkt_duration(frame) - encoding: unused - decoding: Read by user.

struct AVFrame
int64_t pkt_duration;

Meta