AVCodecContext.pts_correction_num_faulty_pts

* Current statistics for PTS correction. * - decoding: maintained and used by libavcodec, not intended to be used by user apps * - encoding: unused *//// Number of incorrect PTS values so fa

struct AVCodecContext
long pts_correction_num_faulty_pts;

Meta