Home
last modified time | relevance | path

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

/dports/net/mptsd/mptsd-1.1/
H A Doutput_write.c171 uint8_t *ts_frame = curbuf->buf + curbuf->written; in output_handle_write() local
172 ts_frame_process(conf, o, ts_frame); // Fix PCR and count NULL packets in output_handle_write()
173 written += ts_frame_write(o, ts_frame); // Write packet to network/file in output_handle_write()