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

Function hb_container_get_next

libhb/common.c:3712–3719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3710}
3711
3712const hb_container_t* hb_container_get_next(const hb_container_t *last)
3713{
3714 if (last == NULL)
3715 {
3716 return hb_containers_first_item;
3717 }
3718 return ((hb_container_internal_t*)last)->next;
3719}
3720
3721/**********************************************************************
3722 * hb_reduce

Callers 8

preset_cleanFunction · 0.85
hb_container_get_nameFunction · 0.85
ShowHelpFunction · 0.85
container_opts_setFunction · 0.85

Calls

no outgoing calls

Tested by 1

ShowHelpFunction · 0.68