Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddecode.c273 ctx->pts_correction_num_faulty_dts += dts <= ctx->pts_correction_last_dts; in guess_correct_pts()
274 ctx->pts_correction_last_dts = dts; in guess_correct_pts()
276 ctx->pts_correction_last_dts = reordered_pts; in guess_correct_pts()
2045 avctx->pts_correction_last_dts = INT64_MIN; in ff_decode_preinit()
Davcodec.h2102 int64_t pts_correction_last_dts; /// DTS of the last frame member
Davcodec.c538 avctx->pts_correction_last_dts = INT64_MIN; in avcodec_flush_buffers()