Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddecode.c251 ctx->pts_correction_num_faulty_dts += dts <= ctx->pts_correction_last_dts; in guess_correct_pts()
252 ctx->pts_correction_last_dts = dts; in guess_correct_pts()
254 ctx->pts_correction_last_dts = reordered_pts; in guess_correct_pts()
1600 avctx->pts_correction_last_dts = INT64_MIN; in ff_decode_preinit()
H A Davcodec.h1763 int64_t pts_correction_last_dts; /// DTS of the last frame member
H A Davcodec.c401 avctx->pts_correction_last_dts = INT64_MIN; in avcodec_flush_buffers()

Completed in 8 milliseconds