Searched refs:current_pts (Results 1 – 3 of 3) sorted by relevance
96 int64_t current_pts = 0; in mpsub_read_header() local126 if ( current_pts < 0 && start < INT64_MIN - current_pts in mpsub_read_header()127 || current_pts > 0 && start > INT64_MAX - current_pts) { in mpsub_read_header()131 sub->pts = current_pts + start; in mpsub_read_header()141 current_pts = sub->pts + duration; in mpsub_read_header()
288 link->current_pts = in avfilter_config_links()432 …r = FFMIN(r, av_rescale_q(ctx->inputs[i]->current_pts, ctx->inputs[i]->time_base, link_time_base)); in guess_status_pts()525 link->current_pts = pts; in ff_update_link_current_pts()1350 *rpts = link->current_pts; in ff_inlink_acknowledge_status()1359 *rpts = link->current_pts; in ff_inlink_acknowledge_status()
609 int64_t current_pts; member