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

Function hb_value_array_get

libhb/hb_dict.c:738–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738hb_value_t*
739hb_value_array_get(const hb_value_array_t *array, int index)
740{
741 return json_array_get(array, index);
742}
743
744void
745hb_value_array_set(hb_value_array_t *array, int index, hb_value_t *value)

Callers 15

hb_add_filter2Function · 0.85
presets_doFunction · 0.85
get_audio_copy_maskFunction · 0.85
validate_audio_encodersFunction · 0.85
add_audio_for_langFunction · 0.85
hb_preset_job_add_audioFunction · 0.85
has_default_subtitleFunction · 0.85
dict_cleanFunction · 0.85
preset_cleanFunction · 0.85
fix_name_collisionsFunction · 0.85

Calls

no outgoing calls

Tested by 6

RunQueueFunction · 0.68
write_chapter_namesFunction · 0.68
lang_list_removeFunction · 0.68
ShowPresetsFunction · 0.68
PreparePresetFunction · 0.68
PrepareJobFunction · 0.68