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

Function hb_value_array_len

libhb/hb_dict.c:810–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810size_t
811hb_value_array_len(const hb_value_array_t *array)
812{
813 return json_array_size(array);
814}
815
816hb_dict_t * hb_encopts_to_dict(const char * encopts, int encoder)
817{

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 5

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