MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / clear_program

Function clear_program

libavformat/mpegts.c:309–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309static void clear_program(struct Program *p)
310{
311 if (!p)
312 return;
313 p->nb_pids = 0;
314 p->nb_streams = 0;
315 p->pmt_found = 0;
316}
317
318static void clear_programs(MpegTSContext *ts)
319{

Callers 3

add_programFunction · 0.85
pmt_cbFunction · 0.85
pat_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected