Lines Matching defs:ts_st2
1539 MpegTSWriteStream *ts_st2 = st2->priv_data;
1540 if (ts_st2->pcr_period) {
1541 if (pcr - ts_st2->last_pcr >= ts_st2->pcr_period) {
1542 ts_st2->last_pcr = FFMAX(pcr - ts_st2->pcr_period, ts_st2->last_pcr + ts_st2->pcr_period);
1550 next_pcr = FFMIN(next_pcr, ts_st2->last_pcr + ts_st2->pcr_period);