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

Function get_splice_list

libhb/reader.c:734–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734static hb_buffer_list_t * get_splice_list(hb_work_private_t * r, int id)
735{
736 int ii;
737
738 for (ii = 0; ii < r->splice_list_size; ii++)
739 {
740 if (r->splice_list[ii].id == id)
741 {
742 return &r->splice_list[ii].list;
743 }
744 }
745 return NULL;
746}

Callers 1

splice_discontinuityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected