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

Function hb_value_array_insert

libhb/hb_dict.c:756–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754}
755
756void
757hb_value_array_insert(hb_value_array_t *array, int index, hb_value_t *value)
758{
759 json_array_insert_new(array, index, value);
760}
761
762void
763hb_value_array_append(hb_value_array_t *array, hb_value_t *value)

Callers 7

hb_add_filter2Function · 0.85
import_hierarchy_29_0_0Function · 0.85
hb_preset_insertFunction · 0.85
hb_preset_moveFunction · 0.85
PreparePresetFunction · 0.85

Calls

no outgoing calls

Tested by 1

PreparePresetFunction · 0.68