MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_stream_delete_ps_entry

Function hb_stream_delete_ps_entry

libhb/stream.c:752–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752static void hb_stream_delete_ps_entry(hb_stream_t *stream, int indx)
753{
754 if ( stream->pes.list[indx].stream_id > 0 )
755 {
756 stream->pes.list[indx].stream_id = -stream->pes.list[indx].stream_id;
757 }
758}
759
760static void prune_streams(hb_stream_t *d)
761{

Callers 2

prune_streamsFunction · 0.85
hb_ps_stream_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected