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

Function hb_box_vec_clear

libhb/rendersub.c:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227static void hb_box_vec_clear(hb_box_vec_t *vec)
228{
229 memset(vec->boxes, 0, sizeof(hb_box_t) * vec->size);
230 vec->count = 0;
231}
232
233static void hb_box_vec_close(hb_box_vec_t *vec)
234{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected