Searched refs:next_scte35_pcr (Results 1 – 2 of 2) sorted by relevance
457 program->next_scte35_pcr = -1; in tsmux_program_new()1469 if (program->next_scte35_pcr == -1) in rewrite_si()1471 else if (next_pcr > program->next_scte35_pcr) in rewrite_si()1476 program->next_scte35_pcr); in rewrite_si()1477 if (program->next_scte35_pcr == -1) in rewrite_si()1478 program->next_scte35_pcr = in rewrite_si()1481 program->next_scte35_pcr += program->scte35_null_interval * 300; in rewrite_si()1483 program->next_scte35_pcr); in rewrite_si()
124 gint64 next_scte35_pcr; member