35 if (ts_min != 1 || ts != 2 || ts_max != 3)
44 if (ts_min != 4 || ts != 11 || ts_max != 10)
53 if (ts_min != 4 || ts != 3 || ts_max != 10)
void ff_rescale_interval(AVRational tb_in, AVRational tb_out, int64_t *min_ts, int64_t *ts, int64_t *max_ts)
Rescales a timestamp and the endpoints of an interval to which the temstamp belongs,...