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

Function clear_program

libavformat/mpegts.c:162–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160extern AVInputFormat mpegts_demuxer;
161
162static void clear_program(MpegTSContext *ts, unsigned int programid)
163{
164 int i;
165
166 for(i=0; i<ts->nb_prg; i++)
167 if(ts->prg[i].id == programid)
168 ts->prg[i].nb_pids = 0;
169}
170
171static void clear_programs(MpegTSContext *ts)
172{

Callers 1

pmt_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected