Home
last modified time | relevance | path

Searched refs:pts_correction_num_faulty_pts (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Davcodec.h1760 int64_t pts_correction_num_faulty_pts; /// Number of incorrect PTS values so far member
H A Ddecode.c257 ctx->pts_correction_num_faulty_pts += reordered_pts <= ctx->pts_correction_last_pts; in guess_correct_pts()
262 if ((ctx->pts_correction_num_faulty_pts<=ctx->pts_correction_num_faulty_dts || dts == AV_NOPTS_VALUE) in guess_correct_pts()
1597 avctx->pts_correction_num_faulty_pts = in ff_decode_preinit()
/third_party/ffmpeg/fftools/
H A Dffplay.c1717 is->video_st ? is->viddec.avctx->pts_correction_num_faulty_pts : 0); in video_refresh()

Completed in 13 milliseconds